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, &)
Sourcenormalize_base(byte : UInt8) : UInt8
Sourcenormalize_sequence(sequence : IO::Memory | String)
Source