From eeee3e98bd89dec8332aa1623af332570df47c6e Mon Sep 17 00:00:00 2001 From: riasc Date: Thu, 29 Feb 2024 15:11:29 -0600 Subject: [PATCH] changed order when adding INFO tags --- workflow/rules/custom.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rules/custom.smk b/workflow/rules/custom.smk index 9d0f08e..8c4a245 100644 --- a/workflow/rules/custom.smk +++ b/workflow/rules/custom.smk @@ -14,7 +14,7 @@ rule augment_custom_variants: python workflow/scripts/add_infos_to_vcf.py \ {input} \ custom \ - {wildcards.group} \ + custom \ {output} > {log} 2>&1 """