fqfa

fqfa is a pure Python library for bioinformatics and computational biology. It implements parsers for FASTA and FASTQ files as well as some commonly-used sequence operations.

To cite fqfa please refer to “fqfa: A pure Python package for genomic sequence files”.

Install fqfa from PyPI using pip:

pip3 install fqfa

To install the package for development purposes, include the optional dependencies:

pip3 install fqfa[dev]

Building a local copy of the documentation requires the following additional packages:

pip3 install sphinx
pip3 install sphinx-rtd-theme