Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jul 10, 2024
1 parent 98ea109 commit c8fe2b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hippunfold/workflow/rules/shape_inject.smk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_input_for_shape_inject(wildcards):
suffix="dseg.nii.gz",
space="corobl",
hemi="{hemi}",
from_="{modality_suffix}"
from_="{modality_suffix}",
).format(**wildcards, modality_suffix=modality_suffix),
)
else:
Expand Down Expand Up @@ -87,7 +87,7 @@ def get_input_splitseg_for_shape_inject(wildcards):
suffix="dsegsplit",
space="corobl",
hemi="{hemi}",
from_="{modality_suffix}"
from_="{modality_suffix}",
).format(**wildcards, modality_suffix=modality_suffix)
else:
seg = bids(
Expand All @@ -102,7 +102,6 @@ def get_input_splitseg_for_shape_inject(wildcards):
return seg



rule prep_segs_for_greedy:
input:
"{prefix}_dseg.nii.gz",
Expand Down

0 comments on commit c8fe2b8

Please sign in to comment.