1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-22 17:59:55 +00:00

update docstring

This commit is contained in:
Jonathan Bieler 2022-10-13 15:17:20 +02:00
parent 93a6b60d26
commit 286e271e91

View file

@ -8,7 +8,7 @@ Create a data reader of the BAM file format.
# Arguments
* `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
stream::BGZFStreams.BGZFStream{T}