From dc74530aece6a75d242aa93ff3153674928c1935 Mon Sep 17 00:00:00 2001 From: HNHalstead <47102761+HNHalstead@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:28:48 -0800 Subject: [PATCH] Update wf_RECAPP_waphl.wdl --- workflows/phylogenetics/wf_RECAPP_waphl.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/phylogenetics/wf_RECAPP_waphl.wdl b/workflows/phylogenetics/wf_RECAPP_waphl.wdl index 2c6f8dd3f..154acd2e8 100644 --- a/workflows/phylogenetics/wf_RECAPP_waphl.wdl +++ b/workflows/phylogenetics/wf_RECAPP_waphl.wdl @@ -100,7 +100,7 @@ call utilities.scatter_by_clade as scatter_by_clade { input: clade_list = pair.left, cluster_name = cluster_name, - assembly_files = assembly_gff, + assembly_files = assembly_gff } call clade_analysis.clade_analysis as clade_analysis {