mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-23 02:09:55 +00:00
update docstring
This commit is contained in:
parent
93a6b60d26
commit
286e271e91
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Create a data reader of the BAM file format.
|
||||||
|
|
||||||
# Arguments
|
# Arguments
|
||||||
* `input`: data source
|
* `input`: data source
|
||||||
* `index=nothing`: filepath to a random access index (currently *bai* is supported)
|
* `index=nothing`: filepath to a random access index (currently *bai* is supported) or BAI object
|
||||||
"""
|
"""
|
||||||
mutable struct Reader{T} <: BioGenerics.IO.AbstractReader
|
mutable struct Reader{T} <: BioGenerics.IO.AbstractReader
|
||||||
stream::BGZFStreams.BGZFStream{T}
|
stream::BGZFStreams.BGZFStream{T}
|
||||||
|
|
Loading…
Reference in a new issue