From 00dca93cc05c172c1d7cd4d7eaa7749f0d044bc1 Mon Sep 17 00:00:00 2001 From: Jordan DeKraker Date: Wed, 12 Jun 2024 11:20:22 -0400 Subject: [PATCH] linting back to previous --- hippunfold/workflow/rules/qc.smk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hippunfold/workflow/rules/qc.smk b/hippunfold/workflow/rules/qc.smk index deba1683..076fd9aa 100644 --- a/hippunfold/workflow/rules/qc.smk +++ b/hippunfold/workflow/rules/qc.smk @@ -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),