logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bamtofastq.py - Convert a coordinate sorted BAM file to FASTQ

Author

        This manpage was written by Andreas Tille for the Debian distribution and
        can be used for any other usage of the program.

bamtofastq.py 0.0.1+git20170413.ccd079d             June 2020                                   BAMTOFASTQ.PY(1)

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 ...]]

See Also