diff tools/fastq/fastq_paired_unpaired.py @ 5:9b5cd13eb78b draft

Uploaded v0.0.8, MIT licence and reST for README
author peterjc
date Mon, 29 Jul 2013 09:26:20 -0400
parents 81ac324efa49
children
line wrap: on
line diff
--- a/tools/fastq/fastq_paired_unpaired.py	Thu May 02 13:06:18 2013 -0400
+++ b/tools/fastq/fastq_paired_unpaired.py	Mon Jul 29 09:26:20 2013 -0400
@@ -9,10 +9,10 @@
 Note that the FASTQ variant is unimportant (Sanger, Solexa, Illumina, or even
 Color Space should all work equally well).
 
-This script is copyright 2010-2011 by Peter Cock, The James Hutton Institute
+This script is copyright 2010-2013 by Peter Cock, The James Hutton Institute
 (formerly SCRI), Scotland, UK. All rights reserved.
 
-See accompanying text file for licence details (MIT/BSD style).
+See accompanying text file for licence details (MIT license).
 """
 import os
 import sys
@@ -20,7 +20,7 @@
 from galaxy_utils.sequence.fastq import fastqReader, fastqWriter
 
 if "-v" in sys.argv or "--version" in sys.argv:
-    print "Version 0.0.6"
+    print "Version 0.0.8"
     sys.exit(0)
 
 def stop_err(msg, err=1):