A tool to compress genomic data using Blocked GNU Zip Format.
Find a file
2025-11-20 10:00:25 -03:00
src/pybgz catch keyboardInterrupt 2025-11-17 17:05:39 -03:00
tests project start 2025-11-12 08:12:49 -03:00
web install and usage gifs 2025-11-20 09:56:52 -03:00
.gitignore project start 2025-11-12 08:12:49 -03:00
LICENSE.txt project start 2025-11-12 08:12:49 -03:00
main.py catch keyboardInterrupt 2025-11-17 17:05:39 -03:00
pyproject.toml updated toml 2025-11-17 11:05:53 -03:00
README.md Updated README.md 2025-11-20 10:00:25 -03:00

pyBGZ

A tool to compress genomic data in FastQ format using Blocked GNU Zip.


Table of Contents

Installation

Download pyBGZ package and install it using pip.

pip install pybgz-1.0.5-py3-none-any.whl

Installation

Usage

pybgz INPUT_FILE

Use

Arguments: input_file PATH [required]

Note

pyBGZ will remove any information at field 3 (third line) which, when present, are repeated informations from field 1 (first line). This helps reducing the size of the compressed file. No sequence or quality information will be modified.

License

pyBGZ is distributed under the terms of the LGPL-3.0-or-later license.