From 1e80bfb278f8c5150748a7a83e684294964c04a8 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 20 Dec 2011 10:52:37 -0800 Subject: [PATCH] whitespace reformatting --- htsworkflow/pipelines/srf2fastq.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.30.2