Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.