whitespace reformatting
authorDiane Trout <diane@caltech.edu>
Tue, 20 Dec 2011 18:52:37 +0000 (10:52 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 20 Dec 2011 18:52:37 +0000 (10:52 -0800)
htsworkflow/pipelines/srf2fastq.py

index c73bb2cc3f93953de73210a751dfd9f463c8b832..ab86342ce6d2108a95811cfb5f9a134f17affc6d 100755 (executable)
@@ -103,7 +103,6 @@ def srf_open(filename, srf2fastq_cmd, cnf1=False):
 
 
 def convert_single_to_fastq(instream, target1, header=''):
-
     state = FASTQ_HEADER
     for line in instream:
         line = line.strip()