Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandekraker authored Feb 19, 2021
1 parent a2a4ce0 commit 9ef446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippunfold/workflow/rules/autotop.smk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_autotop_cmd (wildcards, input, output):
def get_autotop_input (wildcards):
if wildcards.modality == 'T2w':
nii = bids(root='work',datatype='anat',**config['subj_wildcards'],suffix='T2w.nii.gz',desc='cropped',space='corobl',hemi='{hemi}'),
if wildcards.modality == 'segT2w':
elif wildcards.modality == 'segT2w':
nii = bids(root='work',datatype='anat',**config['subj_wildcards'],suffix='T2w.nii.gz',desc='cropped',space='corobl',hemi='{hemi}'),
elif wildcards.modality == 'T1w':
nii = bids(root='work',datatype='anat',**config['subj_wildcards'],suffix='T1w.nii.gz',desc='cropped',space='corobl',hemi='{hemi}'),
Expand Down

0 comments on commit 9ef446b

Please sign in to comment.