From 66c4782a536c08f03e6ef4d65b6d74b351b0e995 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 23 Mar 2012 16:53:47 -0700 Subject: [PATCH] Add fastq to the raw format add_xoption --- scripts/htsw-runfolder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/htsw-runfolder b/scripts/htsw-runfolder index d4310b5..e0b9937 100755 --- a/scripts/htsw-runfolder +++ b/scripts/htsw-runfolder @@ -174,7 +174,7 @@ def make_parser(): help='create srf files tagged with the provided '\ 'site name') parser.add_option('--raw-format', dest="raw_format", default='qseq', - choices=['qseq', 'srf'], + choices=['qseq', 'srf', 'fastq'], help='Specify which type of raw format to use. ' 'Currently supported options: qseq, srf, fastq') parser.add_option('-u', '--use-run', dest='use_run', default=None, -- 2.30.2