class
HTS::Tabix
- HTS::Tabix
- HTS::Bgzf
- HTS::Hts
- Reference
- Object
Defined in:
hts/tabix.crConstructors
Class Method Summary
- .open(file_name : Path | String, mode = "r", threads = 0)
- .open(file_name : Path | String, mode = "r", threads = 0, &)
Instance Method Summary
Instance methods inherited from class HTS::Bgzf
compression_level : Int32
compression_level,
each_char(&)
each_char,
each_line(delimiter = '\n', &)
each_line,
file_name : Path | String
file_name,
flush : Int32
flush,
getc : Char | Nil
getc,
gets(delimiter = '\n') : String | Nil
gets,
is_bgzf? : Bool
is_bgzf?,
mode : String
mode,
puts(data : String) : Int64
puts,
read(size : Int32) : Bytes
read,
seek(offset)
seek,
tell
tell,
write(data : String) : Int64write(data : Bytes) : Int64 write
Constructor methods inherited from class HTS::Bgzf
new(file_name : Path | String, mode : String = "r", threads = 0)
new
Class methods inherited from class HTS::Bgzf
open(file_name : Path | String, mode = "r", threads = 0)open(file_name : Path | String, mode = "r", threads = 0, &) open