Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Dec 18, 2024
1 parent ba7b273 commit f3ec282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions hippunfold/workflow/rules/download.smk
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ rule import_template_dseg:
),
group:
"subj"
container:
config["singularity"]["autotop"]
shell:
"cp {params.template_seg} {output.template_seg}"

Expand Down Expand Up @@ -122,8 +120,6 @@ rule import_template_coords:
),
group:
"subj"
container:
config["singularity"]["autotop"]
shell:
"cp {params.template_coords} {output.template_coords}"

Expand Down Expand Up @@ -161,7 +157,6 @@ rule flip_template_coords:
"c3d {input.template_coords} -flip x -o {output.template_coords} "



rule import_template_anat:
input:
template_dir=Path(download_dir) / "template" / config["template"],
Expand All @@ -183,8 +178,6 @@ rule import_template_anat:
),
group:
"subj"
container:
config["singularity"]["autotop"]
shell:
"cp {params.template_anat} {output.template_anat}"

Expand Down Expand Up @@ -218,4 +211,3 @@ rule flip_template_anat:
"subj"
shell:
"c3d {input.template_anat} -flip x -o {output.template_anat} "

1 change: 1 addition & 0 deletions hippunfold/workflow/rules/templateseg.smk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def get_smoothing_opt(wildcards):

return f"-s {gradient_sigma}vox {warp_sigma}vox"


rule template_reg:
input:
fixed_img=bids(
Expand Down

0 comments on commit f3ec282

Please sign in to comment.