- 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
# contaminant and adapter removal search
from sequana import biomics
pipeline = biomics.Biomics("*fastq.gz") # assumm two paired-end fastq files
pipeline.create()
pipeline.start()
pipeline.report()
Behind the scene, a Snakefile and a config file are created in the local directory. The snakefile can be executed indepedently:
snakemake Snakefile -p
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.0.3.tar.gz.
File metadata
- Download URL: sequana-0.0.3.tar.gz
- Upload date:
- Size: 288.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35665981a7dc3bc0f4c616771deff660f200b68ddcf7111ddbf50954783ada6
|
|
| MD5 |
e2fc3cd65803de4498fe524e93be460c
|
|
| BLAKE2b-256 |
6fcab84533ab717860e881fdd43a34af23bab7708a6f25dea4769e93be2a4916
|