ifarguments.verbose>0:# print progress on standard output
ifarguments.verbose>0:
# print progress on standard output
print"N of taxa in tree is : "+str(len(t))
ifarguments.solve_polytomies:
...
...
@@ -586,5 +588,6 @@ if ((stop == 0) or (arguments.plot_always)): # create file for plot
ifnotarguments.no_plot:
make_plot()
if (arguments.verbose>0):
print"\n If you use Treemmer for your research, please cite:\n\n\"Treemmer: a tool to reduce large phylogenetic datasets with minimal loss of diversity\" Menardo et. al (2018), BMC Bioinformatics (in press)\n\n"