Skip to content

Commit

Permalink
update qc metrics combined so output is a tsv file anme in snippytree wf
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Oct 17, 2024
1 parent 74e733f commit d523f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/phylogenetics/wf_snippy_tree.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ workflow snippy_tree_wf {
call shared_variants_task.shared_variants {
input:
concatenated_variants = concatenate_variants.concatenated_variants,
concatenated_file_name = tree_name_updated
concatenated_file_name = tree_name_updated + "_combined_qc_metrics.tsv",
}
}
if (defined(snippy_variants_qc_metrics)) {
Expand Down

0 comments on commit d523f83

Please sign in to comment.