# HG changeset patch # User boris # Date 1371231525 14400 # Node ID 0f66636a3f8811a261b571db5afbad86fd58d4c4 # Parent dbf0b3c13dcfca1fa0a64e793b59f9987ab9154f fixed tree-plot file interpretation diff -r dbf0b3c13dcf -r 0f66636a3f88 phylorelatives.py --- a/phylorelatives.py Fri Jun 14 13:29:36 2013 -0400 +++ b/phylorelatives.py Fri Jun 14 13:38:45 2013 -0400 @@ -222,7 +222,7 @@ else: newick = open(args.multi_fasta+'-newick.nwk','w+') if args.trees_out is not None: - tree_plot_file = open(args.trees_out, 'w+') + tree_plot_file = args.trees_out else: #tree_plot_file = open(args.multi_fasta+'-tree-ascii.txt', 'w+') tree_plot_file = args.multi_fasta+'-tree.png'