Hi,
I’m running this command:
Shell command:
augur refine --tree nextstrain_results/tree_raw.nwk --alignment nextstrain_results/aligned.fasta --metadata phylogeny/genotypes_combined/combined_metadata.tsv --output-tree nextstrain_results/tree.nwk --output-node-data nextstrain_results/branch_lengths.json --timetree --coalescent opt --date-confidence --date-inference marginal --clock-filter-iqd 4 --clock-rate 0.00079 --root best
But I’m struggling to correctly scale my x-axis when visualizing the tree.nwk using R and ape. How can I obtain a tree similar to the one downloaded from the auspice viewer that has branch lengths on a time scale?
Thanks, Jon