Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autoafids/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ if "resample_im" in profile_settings:
"scripts/resample_img.py"


rule mni2sub:
rule regmni2sub:
input:
im_resamp=bids(
root=work,
Expand Down
2 changes: 1 addition & 1 deletion autoafids/workflow/rules/cnn.smk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rule download_cnn_model:
" rm model.zip"


rule gen_fcsv:
rule applyfidmodel:
input:
t1w=bids(
root=work,
Expand Down
2 changes: 1 addition & 1 deletion autoafids/workflow/rules/stereotaxy.smk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stereotaxy_target = config["stereotaxy"]


rule afidspred:
rule stereotaxy:
input:
afidfcsv=bids(
root=root,
Expand Down
Loading