module Fastx

Defined in:

fastx.cr
fastx/exceptions.cr
fastx/fasta.cr
fastx/fasta/reader.cr
fastx/fasta/writer.cr
fastx/fastq.cr
fastx/fastq/reader.cr
fastx/fastq/writer.cr
fastx/version.cr

Constant Summary

VERSION = {{ (`shards version /home/runner/work/fastx.cr/fastx.cr/src/fastx`).chomp.stringify }}

Class Method Summary

Class Method Detail

def self.normalize_base(c : UInt8) : UInt8 #

[View source]
def self.normalize_sequence(sequence : IO::Memory | String) : Slice(UInt8) #

[View source]
def self.normalize_sequence(sequence : IO::Memory | String, &) : Slice #

[View source]
def self.open(filename : Path | String, mode = "r", format = nil, &) #

[View source]
def self.open(filename : Path | String, mode = "r", format = nil) #

[View source]