Skip to content

Commit

Permalink
Update to 0.0.11 of tree nine (distance matrix)
Browse files Browse the repository at this point in the history
  • Loading branch information
aofarrel committed Nov 9, 2023
1 parent b1e63eb commit e94d101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion myco_raw.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version 1.0
import "https://raw.githubusercontent.com/aofarrel/clockwork-wdl/2.11.3/tasks/combined_decontamination.wdl" as clckwrk_combonation
import "https://raw.githubusercontent.com/aofarrel/clockwork-wdl/2.11.3/tasks/variant_call_one_sample.wdl" as clckwrk_var_call
import "https://raw.githubusercontent.com/aofarrel/SRANWRP/v1.1.17/tasks/processing_tasks.wdl" as sranwrp_processing
import "https://raw.githubusercontent.com/aofarrel/tree_nine/0.0.10/tree_nine.wdl" as build_treesWF
import "https://raw.githubusercontent.com/aofarrel/tree_nine/0.0.11/tree_nine.wdl" as build_treesWF
import "https://raw.githubusercontent.com/aofarrel/parsevcf/1.2.0/vcf_to_diff.wdl" as diff
import "https://raw.githubusercontent.com/aofarrel/tb_profiler/0.2.2/tbprofiler_tasks.wdl" as profiler
import "https://raw.githubusercontent.com/aofarrel/TBfastProfiler/0.0.11/neoTBfastProfiler.wdl" as qc_fastqsWF # aka earlyQC
Expand Down Expand Up @@ -520,6 +520,7 @@ workflow myco {
File? tree_taxonium = trees.tree_taxonium
File? tree_nextstrain = trees.tree_nextstrain
Array[File]? trees_nextstrain = trees.subtrees_nextstrain
File? distance_matrix = trees.distance_matrix

# useful debugging/run information (only valid iff this ran on only one sample)
File qc_csv = qc_summary.tsv_or_csv
Expand Down

0 comments on commit e94d101

Please sign in to comment.