From: Diane Trout Date: Thu, 7 Jan 2010 20:52:11 +0000 (+0000) Subject: Update the usage string for qseq2fastq X-Git-Tag: 0.4.0~23 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=a1d1f6d09a2382e3a8e623fa366fd95651b7b698 Update the usage string for qseq2fastq --- diff --git a/scripts/qseq2fastq b/scripts/qseq2fastq index 2395dc0..1f79b0a 100644 --- a/scripts/qseq2fastq +++ b/scripts/qseq2fastq @@ -56,7 +56,8 @@ def qseq2fastq(destination, qseqs, trim=None, pf=False): destination.write(os.linesep) def make_parser(): - parser = OptionParser() + usage = "%prog: [options] *_qseq.txt" + parser = OptionParser(usage) parser.add_option('-o', '--output', help='output fastq file', default=None) parser.add_option('-s', '--slice', help='specify python slice, e.g. 0:75, 0:-1',