Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Feb 15, 2024
1 parent f462b1b commit bc0416d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hippunfold/workflow/rules/gifti.smk
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,8 @@ rule calculate_thickness_from_surface2:
rule resample_atlas_to_refvol:
"""this is just done in case the atlas has a different unfolded config than the current run"""
input:
atlas=lambda wildcards: Path(download_dir) / config["atlas_files"][wildcards.atlas]["label_nii"],
atlas=lambda wildcards: Path(download_dir)
/ config["atlas_files"][wildcards.atlas]["label_nii"],
refvol=bids(
root=root,
space="unfold",
Expand Down

0 comments on commit bc0416d

Please sign in to comment.