# HG changeset patch # User peterjc # Date 1375103055 14400 # Node ID 99208a141ba85359b17ca15304551650a2da6181 # Parent 1affa3fd40f11890418042c258b33efc68bc00ff Uploaded v0.0.6a, update license in Python script too diff -r 1affa3fd40f1 -r 99208a141ba8 tools/filters/seq_select_by_id.py --- a/tools/filters/seq_select_by_id.py Wed Jul 24 11:36:11 2013 -0400 +++ b/tools/filters/seq_select_by_id.py Mon Jul 29 09:04:15 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