module Fastx::Fasta

Defined in:

fastx/fasta.cr
fastx/fasta/reader.cr
fastx/fasta/writer.cr

Class Method Summary

Class Method Detail

def self.open(filename, mode = "r", &) #

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


[View source]