diff tools/fastq/fastq_paired_unpaired.py @ 3:528ba9c896e0 draft

Uploaded v0.0.8, MIT licence and reST for README, citation information, development moved to GitHub
author peterjc
date Wed, 18 Sep 2013 06:13:27 -0400
parents 95a632a71951
children
line wrap: on
line diff
--- a/tools/fastq/fastq_paired_unpaired.py	Tue Apr 30 14:08:37 2013 -0400
+++ b/tools/fastq/fastq_paired_unpaired.py	Wed Sep 18 06:13:27 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):