bgzf4j is a compression library for BGZF (Blocked GNU Zip Format).
bgzf4j is available from Clojars
Add the following dependency to your project.clj
[bgzf4j "0.1.2"]
or add to your pom.xml
<groupId>bgzf4j</groupId>
<artifactId>bgzf4j</artifactId>
<version>0.1.2</version>
- Toshiki Takeuchi
- Takashi Aoki
Under the MIT License.
bgzf4j uses Picard library partially that is distributed under the MIT License.