Skip to content

Commit

Permalink
Merge pull request #25 from nextstrain/fix-all-input
Browse files Browse the repository at this point in the history
phylogenetic: Use inline root sequence
  • Loading branch information
joverlee521 authored Apr 16, 2024
2 parents 9b93e70 + a9b3033 commit 96ab182
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions phylogenetic/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ rule export:
auspice_config = lambda wildcard: "defaults/auspice_config.json" if wildcard.gene in ["genome"] else "defaults/auspice_config_N450.json"

output:
auspice_json = "auspice/measles_{gene}.json",
root_sequence = "auspice/measles_{gene}_root-sequence.json"
auspice_json = "auspice/measles_{gene}.json"
params:
strain_id = config["strain_id_field"]
shell:
Expand All @@ -30,7 +29,6 @@ rule export:
--node-data {input.branch_lengths} {input.nt_muts} {input.aa_muts} \
--colors {input.colors} \
--auspice-config {input.auspice_config} \
--include-root-sequence \
--include-root-sequence-inline \
--output {output.auspice_json}
"""

0 comments on commit 96ab182

Please sign in to comment.