https://github.com/chrovis/bgzf4j
bgzf4j is a compression library for BGZF (Blocked GNU Zip Format)
https://github.com/chrovis/bgzf4j
bgzf java
Last synced: 4 days ago
JSON representation
bgzf4j is a compression library for BGZF (Blocked GNU Zip Format)
- Host: GitHub
- URL: https://github.com/chrovis/bgzf4j
- Owner: chrovis
- License: mit
- Created: 2014-02-11T12:11:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T04:48:10.000Z (about 3 years ago)
- Last Synced: 2026-05-29T00:51:59.996Z (15 days ago)
- Topics: bgzf, java
- Language: Java
- Size: 39.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bgzf4j
bgzf4j is a compression library for BGZF (Blocked GNU Zip Format).
## Installation
bgzf4j is available from [Clojars](https://clojars.org/bgzf4j)
Add the following dependency to your `project.clj`
```
[bgzf4j "0.1.2"]
```
or add to your `pom.xml`
```
bgzf4j
bgzf4j
0.1.2
```
## Contributor
* Toshiki Takeuchi
* Takashi Aoki
## License
Under the MIT License.
bgzf4j uses Picard library partially that is distributed under the MIT License.