module

Fastx::Fastq

Class methods

open(filename, mode = "r", &)

Opens a FASTQ file for reading ("r") or writing ("w"). Yields the Reader/Writer to the block and automatically closes it.

Source
open(filename, mode = "r")

Opens a FASTQ file for reading ("r") or writing ("w"). Returns the Reader/Writer instance (manual close required).

Source

Nested types