module

Sdust::ReadFasta

Constants

NT4_TABLE = begin table = StaticArray(UInt8, 256).new(4_u8) table[65] = table[97] = 0_u8 table[67] = table[99] = 1_u8 table[71] = table[103] = 2_u8 table[84] = table[116] = 3_u8 table end

Instance methods

each_contig(filename : Path | String, &)
Source
normalize_base(byte : UInt8) : UInt8
Source
normalize_sequence(sequence : IO::Memory | String)
Source