Put a short description here
Project description
- Python version:
Python 2.7, 3.4 and 3.5
- Online documentation:
- Issues and bug reports:
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
File details
Details for the file sequana-0.1.0.tar.gz
.
File metadata
- Download URL: sequana-0.1.0.tar.gz
- Upload date:
- Size: 249.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 003f89e7a3661f85300aa7469bd103e513f183b2d31c38658ee20d413a26b6e6 |
|
MD5 | d42c9332f54fa8d9285fe8aebce9b0b0 |
|
BLAKE2b-256 | 33c0444bc6350ab385d8839e22708e71d4de51b7928d64b8794f5c94825b4314 |