We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4fe32 commit d10e461Copy full SHA for d10e461
1 file changed
bin/extract_map_reads.py
@@ -19,10 +19,10 @@ def _get_args():
19
parser.add_argument('bam_file', help="path to bam file")
20
parser.add_argument('fwd', help='path to forward fastq file')
21
parser.add_argument(
22
- '-2',
+ '-rev',
23
dest="rev",
24
default=None,
25
- help="path to forward fastq file")
+ help="path to reverse fastq file")
26
27
'-of',
28
dest="out_fwd",
0 commit comments