├── README.md ├── example_data ├── InR_alignment.fa ├── InR_domains.pfam ├── InR_tree.nwk └── run_showTree.sh └── showTree.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LKremer/showTree/HEAD/README.md -------------------------------------------------------------------------------- /example_data/InR_alignment.fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LKremer/showTree/HEAD/example_data/InR_alignment.fa -------------------------------------------------------------------------------- /example_data/InR_domains.pfam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LKremer/showTree/HEAD/example_data/InR_domains.pfam -------------------------------------------------------------------------------- /example_data/InR_tree.nwk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LKremer/showTree/HEAD/example_data/InR_tree.nwk -------------------------------------------------------------------------------- /example_data/run_showTree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LKremer/showTree/HEAD/example_data/run_showTree.sh -------------------------------------------------------------------------------- /showTree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LKremer/showTree/HEAD/showTree.py --------------------------------------------------------------------------------