diff tools/filters/seq_select_by_id.py @ 3:19e26966ed3e draft

Uploaded v0.0.6, handles Biopython dependency via the ToolShed, adopted MIT license, using reStructuredTest for the README file. No functional changes.
author peterjc
date Mon, 29 Jul 2013 09:13:13 -0400
parents 28d52478ace9
children
line wrap: on
line diff
--- a/tools/filters/seq_select_by_id.py	Mon Apr 15 12:28:51 2013 -0400
+++ b/tools/filters/seq_select_by_id.py	Mon Jul 29 09:13:13 2013 -0400
@@ -17,10 +17,10 @@
 http://dx.doi.org/10.1093/bioinformatics/btp163 pmid:19304878.
 
 This script is copyright 2011-2013 by Peter Cock, The James Hutton Institute UK.
-All rights reserved. See accompanying text file for licence details (MIT/BSD
-style).
+All rights reserved. See accompanying text file for licence details (MIT
+license).
 
-This is version 0.0.4 of the script.
+This is version 0.0.6 of the script.
 """
 import sys
 
@@ -29,7 +29,7 @@
     sys.exit(err)
 
 if "-v" in sys.argv or "--version" in sys.argv:
-    print "v0.0.4"
+    print "v0.0.6"
     sys.exit(0)
 
 #Parse Command Line