pyBGZ (1.0.5)
Installation
pip install --index-url pyBGZAbout this package
Tool for bgzip compress FastQ files.
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
Usage
pybgz INPUT_FILE
Arguments: input_file PATH [required]
Note
pyBGZwill 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.
Requirements
Requires Python: >=3.10