~ubuntu-branches/ubuntu/trusty/qiime/trusty

« back to all changes in this revision

Viewing changes to qiime/make_bootstrapped_tree.py

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-06-17 18:28:26 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130617182826-376az5ad080a0sfe
Tags: 1.7.0+dfsg-1
Upload preparations done for BioLinux to Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
__copyright__ = "Copyright 2011, The QIIME Project"
5
5
__credits__ = ["Justin Kuczynski"]
6
6
__license__ = "GPL"
7
 
__version__ = "1.5.0"
 
7
__version__ = "1.7.0"
8
8
__maintainer__ = "Justin Kuczynski"
9
9
__email__ = "justinak@gmail.com"
10
10
__status__ = "Release"
46
46
        width=700
47
47
    if height<700:
48
48
        height=700
49
 
    if not output_f[-4:] == ".pdf":
50
 
        output_f = output_f + ".pdf"
51
49
    t.drawToPDF(output_f, width, height, edge_color_callback=f)