Skip to content

Commit

Permalink
linting with correct snakefmt version
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Oct 2, 2023
1 parent b6d906f commit 8b0480f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions hippunfold/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,10 @@ if config["modality"] == "segT1w" or config["modality"] == "segT2w":

include: "rules/preproc_seg.smk"


elif config["modality"] == "cropseg":

include: "rules/preproc_cropseg.smk"


else:

include: "rules/nnunet.smk"
Expand Down Expand Up @@ -168,15 +166,13 @@ if config["use_template_seg"]:

include: "rules/templateseg.smk"


else:
print(
"use_template_seg is not possible, template dseg or coords do not exist for the chosen template"
)

include: "rules/shape_inject.smk"


else:

include: "rules/shape_inject.smk"
Expand Down
1 change: 0 additions & 1 deletion hippunfold/workflow/rules/preproc_t1.smk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ if config["skip_preproc"]:
shell:
"cp {input} {output}"


else:

rule n4_t1:
Expand Down
1 change: 0 additions & 1 deletion hippunfold/workflow/rules/preproc_t2.smk
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ if config["skip_preproc"]:
shell:
"cp {input} {output}"


else:

# average aligned n4 images to get preproc T2w (or if single scan, just copy it)
Expand Down

0 comments on commit 8b0480f

Please sign in to comment.