bamtofastq.py - Convert a coordinate sorted BAM file to FASTQ
Contents
Description
Convert a coordinate sorted BAM file to FASTQ (ignores unpaired reads)
Name
bamtofastq.py - Convert a coordinate sorted BAM file to FASTQ
Options
positionalarguments:
BAM Input BAM file(s). If absent then defaults to stdin.
optionalarguments:-h, --help
show this help message and exit
-r STR, --readgroup STR
Read group(s) to extract (comma separated)
-n, --rename
Rename reads
-S, --is_sam
Input is SAM format
-H FILE, --header FILE
Write BAM header to file
Synopsis
bamtofastq.py [-h] [-r STR] [-n] [-S] [-H FILE] [BAM [BAM ...]]
