From: Diane Trout Date: Tue, 20 Dec 2011 18:52:37 +0000 (-0800) Subject: whitespace reformatting X-Git-Tag: v0.5.5~77 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=1e80bfb278f8c5150748a7a83e684294964c04a8 whitespace reformatting --- diff --git a/htsworkflow/pipelines/srf2fastq.py b/htsworkflow/pipelines/srf2fastq.py index c73bb2c..ab86342 100755 --- a/htsworkflow/pipelines/srf2fastq.py +++ b/htsworkflow/pipelines/srf2fastq.py @@ -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()