diff --git a/after.py b/after.py index 92a536e..aa47781 100755 --- a/after.py +++ b/after.py @@ -9,7 +9,7 @@ import copy from util import * -AFTERQC_VERSION = "0.9.2" +AFTERQC_VERSION = "0.9.3" def parseCommand(): usage = "Automatic Filtering, Trimming, Error Removing and Quality Control for Illumina fastq data \n\nSimplest usage:\ncd to the folder containing your fastq data, run " diff --git a/qcreporter.py b/qcreporter.py index 58e54b3..27878ca 100644 --- a/qcreporter.py +++ b/qcreporter.py @@ -27,7 +27,7 @@ def output(self, filename): def outputHeader(self, io): io.write("\n") io.write("\n") - io.write('\n') + io.write('\n') self.outputCSS(io) io.write("\n") io.write("\n")