You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,13 @@
4
4
5
5
Transparently read
6
6
[indexed block-gzipped (BGZF)](http://www.htslib.org/doc/bgzip.html) files, such
7
-
as those created by bgzip, using coordinates from the uncompressed file. The
8
-
module is used in @gmod/indexedfasta to read bgzip-indexed fasta files (with gzi
9
-
index, fai index, and fa).
7
+
as those created by bgzip, using coordinates from the uncompressed file.
10
8
11
-
Uses WASM (libdeflate) for decompression.
9
+
Uses WASM (libdeflate) for decompression. Used by [@gmod/indexedfasta](https://github.com/GMOD/indexedfasta) for bgzip-indexed FASTA files and [@gmod/bam](https://github.com/GMOD/bam-js) for BAM file decoding.
0 commit comments