rhpvorderman / sequali

Fast sequencing data quality metrics
GNU Affero General Public License v3.0
9 stars 0 forks source link
bam fastq illumina nanopore qc quality-control

.. |python-version-shield| image:: https://img.shields.io/pypi/v/sequali.svg :target: https://pypi.org/project/sequali/ :alt:

.. |conda-version-shield| image:: https://img.shields.io/conda/v/bioconda/sequali.svg :target: https://bioconda.github.io/recipes/sequali/README.html :alt:

.. |python-install-version-shield| image:: https://img.shields.io/pypi/pyversions/sequali.svg :target: https://pypi.org/project/sequali/ :alt:

.. |license-shield| image:: https://img.shields.io/pypi/l/sequali.svg :target: https://github.com/rhpvorderman/sequali/blob/main/LICENSE :alt:

.. |docs-shield| image:: https://readthedocs.org/projects/sequali/badge/?version=latest :target: https://sequali.readthedocs.io/en/latest/?badge=latest :alt:

.. |coverage-shield| image:: https://codecov.io/gh/rhpvorderman/sequali/graph/badge.svg?token=MSR1A6BEGC :target: https://codecov.io/gh/rhpvorderman/sequali :alt:

.. |zenodo-shield| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10854010.svg :target: https://doi.org/10.5281/zenodo.10854010 :alt:

|python-version-shield| |conda-version-shield| |python-install-version-shield| |license-shield| |docs-shield| |coverage-shield| |zenodo-shield|

======== Sequali

.. introduction start

Sequence quality metrics for FASTQ and uBAM files.

Features:

Example reports:

.. introduction end

For more information check the documentation <https://sequali.readthedocs.io>_.

Supported formats

.. formats start

.. formats end

Installation

.. installation start

Installation via pip is available with::

pip install sequali

Sequali is also distributed via bioconda. It can be installed with::

conda install -c conda-forge -c bioconda sequali

.. installation end

Quickstart

.. quickstart start

.. code-block::

sequali path/to/my.fastq.gz

This will create a report my.fastq.gz.html and a json my.fastq.gz.json in the current working directory.

.. quickstart end

For all command line options checkout the usage documentation <https://sequali.readthedocs.io/#usage>_.

For more extensive information about the module options check the documentation on the module options <https://sequali.readthedocs.io/#module-option-explanations>_.

Acknowledgements

.. acknowledgements start

.. acknowledgements end

License

.. license start

This project is licensed under the GNU Affero General Public License v3. Mainly to avoid commercial parties from using it without notifying the users that they can run it themselves. If you want to include code from Sequali in your open source project, but it is not compatible with the AGPL, please contact me and we can discuss a separate license.

.. license end