mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-14 22:33:14 +00:00
Correct link
This commit is contained in:
parent
8279f545f5
commit
955cf8fbe2
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ SAM.Writer(IOStream(<file my-data.sam>))
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To make a BAM Writer is slightly different, as you need to use a specific stream type from the (https://github.com/BioJulia/BGZFStreams.jl)[https://github.com/BioJulia/BGZFStreams.jl] package:
|
To make a BAM Writer is slightly different, as you need to use a specific stream type from the [https://github.com/BioJulia/BGZFStreams.jl](https://github.com/BioJulia/BGZFStreams.jl) package:
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
julia> using BGZFStreams
|
julia> using BGZFStreams
|
||||||
|
|
Loading…
Reference in a new issue