Skip to main content

Put a short description here

Project description

https://badge.fury.io/py/sequana.svg https://travis-ci.org/sequana/sequana.svg?branch=master https://coveralls.io/repos/github/sequana/sequana/badge.svg?branch=master Documentation Status
Python version:

Python 2.7, 3.4 and 3.5

Online documentation:

On readthedocs

Issues and bug reports:

On github

Sequana includes a set of pipelines related to NGS (new generation sequencing).

It will provide a set of modular pipelines and reports associated to them.

Installation

pip install sequana

Some dependencies required include matplotlib, pandas, cutadapt, pysam. If you are new or starting with Python, we strongly recommand to use anaconda and to install those dependencies:

conda install matplotlib pandas cutadapt pysam

although the code is Python2.7 and Python3.5 compatible, a dependency (Snakemake) only supports Python3.5 for the moment so, we will assume you have a Python3.5 version installed.

Example

WIP but one component will be to have a set of rules available and ready to use in Snakefiles

# contaminant and adapter removal search
from sequana import snakemake
snakemake.rules()

In a snakefile:

from sequana import snakemake as sm
include: sm.rules['dag']

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sequana-0.1.0.tar.gz (249.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page