From e4888fec2d2dfcbfddaad3d201fa6899939efe3a Mon Sep 17 00:00:00 2001 From: kevinlibuit Date: Fri, 13 Jan 2023 15:10:14 -0800 Subject: [PATCH] Update task_mycosnp_tree.wdl --- tasks/task_mycosnp_tree.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_mycosnp_tree.wdl b/tasks/task_mycosnp_tree.wdl index a3a081d..e2dd6d2 100644 --- a/tasks/task_mycosnp_tree.wdl +++ b/tasks/task_mycosnp_tree.wdl @@ -12,7 +12,7 @@ task mycosnptree { command <<< date | tee DATE # mycosnp-nf does not have a version output - echo "mycosnp-nf 1.4" | tee MYCOSNP_VERSION + echo "mycosnp-nf 1.4" | tee MYCOSNPTREE_VERSION vcf_array=(~{sep=' ' vcf}) vcf_array_len=$(echo "${#vcf[@]}")