X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=scripts%2Fqseq2fastq;h=1f79b0a06091c218f28e8b61ca97621e2e650ea0;hp=2395dc09654e3fef8cd0fcdfc1966cec335a1a13;hb=a1d1f6d09a2382e3a8e623fa366fd95651b7b698;hpb=b5e10c72bcbb300b691a545aec1ba4e85c8aaaf0 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',