Skip to content

v0.2.7

Compare
Choose a tag to compare
@fredericlemoine fredericlemoine released this 02 Feb 09:15
· 328 commits to master since this release
  • Added possibility to give url as input tree:
    • gotree <command> [options] -i http(s)://<url>: downloads the tree from the given url.
    • gotree <command> [options] -i itol://<ID>: downloads the tree having the given ID from iTOL.
    • gotree <command> [options] -i treebase://<ID>: downloads the tree having the given ID from TreeBase.
  • Added option --format <newick|nexus|phyloxml> to specify tree input format (now for all commands, not only reformat)