Fastx::Fastq::Writer
Inherits Reference < Object
Constructors
Creates a new FASTQ writer for the specified file. Automatically detects gzip compression from .gz extension.
Creates a new FASTQ writer for an already opened IO stream. IO-based writers do not perform gzip auto-detection. The writer takes ownership of the IO and closes it when the writer is closed.
Class methods
Opens a FASTQ file for writing, yields the writer to the block, and automatically closes it.
Opens a FASTQ stream for writing, yields the writer to the block, and automatically closes it.
Instance methods
Writes a FASTQ record with the given identifier, sequence, and quality.
Writes a FASTQ record with the given identifier, sequence, and quality.
Writes a FASTQ record with the given identifier, sequence, and quality.
Writes a FASTQ record with the given identifier, sequence, and quality.
Writes a FASTQ record with the given identifier, sequence, and quality.
Writes a FASTQ record with the given identifier, sequence, and quality.
Writes a FASTQ record with the given identifier, sequence, and quality.
Writes a FASTQ record with the given identifier, sequence, and quality.