Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 536 Bytes

File metadata and controls

21 lines (12 loc) · 536 Bytes

Kindly, if you find this repo useful for your work, cite & star this repo

What is this script?

ETE toolkit is a great toolkit for phylogenetics. We employ this simple script for printing a basic phylogenetic tree based on NCBI taxa

What do you need?

"-i /--input_dir" is your path to the directory of CSV files

python3 print_tree_list.py -i species.csv

What do you get?

a tree in Newick (nwk) format.

Then, nothing better than ITOL or figtree to draw the tree.

Thanks