Python package to analyse ribosome profiling data
Project description
riboraptor : a pipeline for analysing ribosome profiling data
Python package to analyse ribosome profiling data
Free software: BSD license
Documentation: http://saketkc.github.io/riboraptor/
Installation
Setting up conda
Install conda, the best way to install it is with the Miniconda package.The Python 3 version is recommended.
Set up channels, It is important to add them in this order.
conda config --add channels r
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda
Installing dependencies
conda create --name riboraptor python=3.6 matplotlib numpy pandas pybedtools \
pyBigWig pyfaidx pysam scipy seaborn statsmodels six click click-help-colors htseq biopython \
snakemake sra-tools star fastqc trim-galore ucsc-bedgraphtobigwig ucsc-bedsort
Installing riboraptor
source activate riboraptor
git clone git@github.com:saketkc/riboraptor.git
cd riboraptor
python setup.py install --single-version-externally-managed --record=/tmp/record.txt
Downloading datasets from SRA
Install aspera connect
Install additional dependencies
source activate riboraptor
conda install gcc
conda install -c r r=3.4.1
conda install -c bioconda bioconductor-annotationdbi bioconductor-geometadb
conda install -c r r-devtools
Since there is currently bug with bioconductor-sradb, we will install it from github
git clone https://github.com/seandavi/SRAdb
cd SRAdb
Run R, and install SRAdb within R use devtools
library(devtools)
devtools::install(".")
Features
History
0.2.0 (04-23-2018)
First release on PyPI.
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
Built Distribution
File details
Details for the file riboraptor-0.2.2.tar.gz
.
File metadata
- Download URL: riboraptor-0.2.2.tar.gz
- Upload date:
- Size: 23.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae7a83ebe2670ad7efc4164ac27a416913b0e45eea07b3edf41fb8b6343e062e |
|
MD5 | a46d0c95685ff1c6ffce3969779d697e |
|
BLAKE2b-256 | bc19eb66cc4a633bf9febb94a22297bebc654fe2805f837aed2e355bee160848 |
File details
Details for the file riboraptor-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: riboraptor-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.7 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e076ac9d094a2f7649b6e8fb51f709a334cb2abeda0c41d4fe75c8591a8bacc5 |
|
MD5 | e2a6add03ce904ffb89e6a31e8599367 |
|
BLAKE2b-256 | 04ca14fd27cf78a6b0887766d8e076bf78085b610eac3788ffd409bee93d1809 |