HTS::Faidx
Inherits Reference < Object
Constructors
new(file_name : Path | String, *, format : Symbol = :auto, auto_build : Bool = true)
SourceClass methods
build_index(file_name : Path | String, fai_path : String | Nil = nil, gzi_path : String | Nil = nil)
Sourceopen(file_name : Path | String, *, format : Symbol = :auto, auto_build : Bool = true)
Sourceopen(file_name : Path | String, *, format : Symbol = :auto, auto_build : Bool = true, &)
SourceInstance methods
build_index(fai_path : String | Nil = nil, gzi_path : String | Nil = nil)
Sourceclose
Sourceclosed?
Sourcefetch_qual(name : String | Symbol, start : Int, stop : Int)
Sourcefetch_qual(name : String | Symbol)
Sourcefetch_seq(name : String | Symbol, start : Int, stop : Int)
Sourcefetch_seq(name : String | Symbol)
Sourcefile_name
Sourcefinalize
Sourceformat
Sourcehas_seq?(name : String | Symbol)
Sourcelength
Sourcenames
Sourceseq_len(name : String | Symbol)
Sourcesize
Sourceto_unsafe
Source