Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jun 12, 2024
1 parent 20dd488 commit f6fd919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hippunfold/workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ rule get_subfield_vols_subj:
hemi=config["hemi"],
allow_missing=True,
),
atlas_dir=lambda wildcards, input: Path(download_dir) / "atlas" / wildcards.atlas,
atlas_dir=lambda wildcards, input: Path(download_dir)
/ "atlas"
/ wildcards.atlas,
params:
lookup_tsv=lambda wildcards: Path(input.atlas_dir)
/ config["atlas_files"][wildcards.atlas]["lut"].format(**wildcards),
Expand Down

0 comments on commit f6fd919

Please sign in to comment.