From d13f4a61f87afd6f27d597d13f112b22fc66e934 Mon Sep 17 00:00:00 2001 From: mikedurand Date: Wed, 26 Aug 2026 14:35:01 -0400 Subject: [PATCH] Remove non-metroman args in the call to setfinder template. --- confluence/templates/modules/setfinder.sh.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluence/templates/modules/setfinder.sh.j2 b/confluence/templates/modules/setfinder.sh.j2 index 063ba2b..2385656 100644 --- a/confluence/templates/modules/setfinder.sh.j2 +++ b/confluence/templates/modules/setfinder.sh.j2 @@ -10,5 +10,5 @@ -s {{ sword_version }} \ -o /mnt/data/input \ -n /mnt/data/input \ - -a MetroMan HiVDI SIC NeoBAM \ - -i ${SLURM_ARRAY_TASK_ID} \ No newline at end of file + -a MetroMan \ + -i ${SLURM_ARRAY_TASK_ID}