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.
open(filename, mode = "r")
Opens a FASTQ file for reading ("r") or writing ("w"). Returns the Reader/Writer instance (manual close required).