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

« back to all changes in this revision

Viewing changes to .pc/fix_typo_in_error_message/scripts/pick_otus_through_otu_table.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:
 
1
#!/usr/bin/env python
 
2
from __future__ import division
 
3
 
 
4
__author__ = "Greg Caporaso"
 
5
__copyright__ = "Copyright 2011, The QIIME Project"
 
6
__credits__ = ["Greg Caporaso"]
 
7
__license__ = "GPL"
 
8
__version__ = "1.7.0"
 
9
__maintainer__ = "Greg Caporaso"
 
10
__email__ = "gregcaporaso@gmail.com"
 
11
__status__ = "Release"
 
12
 
 
13
print "\nThis script has been renamed pick_de_novo_otus.py for clarity. For help, call pick_denovo_otus.py -h\n"
 
 
b'\\ No newline at end of file'