module Fastx::Fastq

Defined in:

fastx/fastq.cr
fastx/fastq/reader.cr
fastx/fastq/writer.cr

Class Method Summary

Class Method Detail

def self.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.


[View source]
def self.open(filename, mode = "r") #

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


[View source]