Skip to content

Commit

Permalink
removed translate_augur_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
lakras authored Nov 12, 2024
1 parent 051287f commit 72264bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pipes/WDL/workflows/augur_from_mltree.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,11 @@ workflow augur_from_mltree {
tree = raw_tree,
msa_or_vcf = msa_or_vcf
}
call nextstrain.translate_augur_tree {
input:
tree = raw_tree,
nt_muts = ancestral_tree.nt_muts_json,
genbank_gb = genbank_gb
}
if(defined(clades_tsv)) {
call nextstrain.assign_clades_to_nodes {
input:
tree_nwk = raw_tree,
nt_muts_json = ancestral_tree.nt_muts_json,
aa_muts_json = translate_augur_tree.aa_muts_json,
ref_fasta = ref_fasta,
clades_tsv = select_first([clades_tsv])
}
Expand All @@ -90,7 +83,6 @@ workflow augur_from_mltree {
node_data_jsons = select_all([
ancestral_traits.node_data_json,
ancestral_tree.nt_muts_json,
translate_augur_tree.aa_muts_json,
assign_clades_to_nodes.node_clade_data_json]),
auspice_config = auspice_config
}
Expand Down

0 comments on commit 72264bc

Please sign in to comment.