Skip to content

Commit

Permalink
follow the updated spt-plugin structure
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlinLiao committed Dec 29, 2023
1 parent 4a1ec0c commit 84f318d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion spatialprofilingtoolbox/graphs/template.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ target_name = None
exclude_unlabeled = false
n_neighbors = 5
threshold = None
random_seed = None
5 changes: 3 additions & 2 deletions spatialprofilingtoolbox/workflow/assets/cggnn.nf
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ process train {
merge_rois_option=\$( if [[ "${merge_rois}" == "true" ]]; then echo "--merge_rois"; fi)
spt-plugin-train-on-graphs
--cg_directory ${working_directory} \
--config_path ${graph_config_file}
--input_directory ${working_directory} \
--config_path ${graph_config_file} \
--output_directory ${working_directory}
"""
}

Expand Down

0 comments on commit 84f318d

Please sign in to comment.