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.csvWhat do you get?
a tree in Newick (nwk) format.
Then, nothing better than ITOL or figtree to draw the tree.
Thanks