From f6fd919380b9383a67aadaf0b5aa1b473fa44496 Mon Sep 17 00:00:00 2001 From: Jordan DeKraker Date: Wed, 12 Jun 2024 10:56:33 -0400 Subject: [PATCH] lint --- hippunfold/workflow/rules/qc.smk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hippunfold/workflow/rules/qc.smk b/hippunfold/workflow/rules/qc.smk index bab65cc6..df3094b1 100644 --- a/hippunfold/workflow/rules/qc.smk +++ b/hippunfold/workflow/rules/qc.smk @@ -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),