Module formats

Source
Expand description

Convenient, extended containers for bioinformatics formats supported by noodles.

Modules§

bam
Utilities related to opening and manipulating Binary Alignment Map (BAM) files.
cram
Utilities related to opening and manipulating CRAM files.
fasta
Utilities related to opening and manipulating FASTA files.
fastq
Utilities related to opening and manipulating FASTQ files.
gff
Utilities related to opening and manipulating GFF files.
sam
Utilities related to opening and manipulating Sequence Alignment Map (SAM) files.
utils
Utilities related to the next-generation sequencing file formats.

Enums§

BioinformaticsFileError
Errors related to bioinformatics file formats.
BioinformaticsFileFormat
Represents all of the supported bioinformatics file formats that can be detected by the extension of the filename.