Skip to content

Commit

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

0 comments on commit 00dca93

Please sign in to comment.