From 482ad53518b3d5fbc1e565e447b64e7cfe6ad05f Mon Sep 17 00:00:00 2001 From: Jordan DeKraker Date: Mon, 16 Dec 2024 11:54:41 -0500 Subject: [PATCH] lint --- hippunfold/workflow/rules/gifti.smk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hippunfold/workflow/rules/gifti.smk b/hippunfold/workflow/rules/gifti.smk index a485ba3b..4c317fac 100644 --- a/hippunfold/workflow/rules/gifti.smk +++ b/hippunfold/workflow/rules/gifti.smk @@ -214,7 +214,9 @@ rule correct_bad_vertices1: **config["subj_wildcards"] ), params: - dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][wildcards.density], + dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][ + wildcards.density + ], threshold=config["outlier_opts"]["vertexOutlierThreshold"], output: gii=bids( @@ -764,7 +766,9 @@ rule correct_bad_vertices2: **config["subj_wildcards"] ), params: - dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][wildcards.density], + dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][ + wildcards.density + ], threshold=config["outlier_opts"]["vertexOutlierThreshold"], output: gii=bids(