Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T04:48:10.000Z (over 1 year ago)
- Last Synced: 2024-03-14T19:33:42.334Z (8 months ago)
- Topics: bgzf, java
- Language: Java
- Size: 39.1 KB
- Stars: 1
- Watchers: 6
- 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.