Sequana documentation ########################################## |release| .. include:: ../README.rst What is Sequana? ================ **Sequana** is a versatile bioinformatics tool that provides: #. A Python library dedicated to NGS analysis (file-format wrappers, plots, coverage, taxonomy, enrichment, RNA-seq, …). #. A family of :ref:`pipelines ` based on `Snakemake `_, each living in its own GitHub repository. #. A set of :ref:`standalone applications `: #. :ref:`sequana_coverage ` — genome coverage analysis with confidence intervals. #. :ref:`sequana_taxonomy ` — quick taxonomy on a FastQ file (Kraken + Krona). #. ~30 other utility sub-commands grouped under the top-level ``sequana`` CLI (see :ref:`applications`). Pipelines cover NGS quality control, variant calling, coverage analysis, taxonomy, de-novo assembly, :ref:`RNA-seq `, :ref:`variant calling ` and more — see the :ref:`pipelines` catalogue. **Sequana** can be used either as a Python library (developers, library users) or via its pipelines and standalones (end users). To join the project, please let us know on `github `__. .. |bam| image:: ./auto_examples/images/sphx_glr_plot_bam_001.png :target: auto_examples/plot_bam.html .. |coverage| image:: ./auto_examples/images/sphx_glr_plot_coverage_001.png :target: auto_examples/plot_coverage.html .. |fastqc| image:: ./auto_examples/images/sphx_glr_plot_fastqc_hist_001.png :target: auto_examples/plot_fastqc_hist.html .. |kraken| image:: ./auto_examples/images/sphx_glr_plot_kraken_001.png :target: auto_examples/plot_kraken.html .. |pacbio| image:: ./auto_examples/images/sphx_glr_plot_qc_pacbio_002.png :target: auto_examples/plot_qc_pacbio.html .. raw:: html

Installation

pip install sequana

Examples

Visit our example gallery to use the Python library

NGS pipelines

Browse the Snakemake pipelines

Standalone applications

The sequana CLI and its sub-commands

* |coverage| * |fastqc| * |kraken| * |bam| * |pacbio| .. raw:: html

.. _quick_start: .. toctree:: :caption: Pipeline users :maxdepth: 2 installation pipeline_user_guide pipelines tutorial case_examples faqs .. toctree:: :caption: Library users :maxdepth: 2 userguide auto_examples/index notebooks cli_reference .. toctree:: :caption: Reference & developers :maxdepth: 2 developers applications sequanix wrappers references glossary Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`