Skip to main content

Python package to analyse ribosome profiling data

Project description

riboraptor : a pipeline for analysing ribosome profiling data

https://img.shields.io/pypi/v/riboraptor.svg https://travis-ci.org/saketkc/riboraptor.svg?branch=master

Python package to analyse ribosome profiling data

Installation

Setting up conda

  1. Install conda, the best way to install it is with the Miniconda package.The Python 3 version is recommended.

  2. 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

  1. Install aspera connect

  2. 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

See: http://saketkc.github.io/riboraptor/cmd-manual.html

History

0.2.0 (04-23-2018)

  • First release on PyPI.

Project details


Download files

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

Source Distribution

riboraptor-0.2.2.tar.gz (23.2 MB view details)

Uploaded Source

Built Distribution

riboraptor-0.2.2-py2.py3-none-any.whl (7.7 MB view details)

Uploaded Python 2 Python 3

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

Hashes for riboraptor-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ae7a83ebe2670ad7efc4164ac27a416913b0e45eea07b3edf41fb8b6343e062e
MD5 a46d0c95685ff1c6ffce3969779d697e
BLAKE2b-256 bc19eb66cc4a633bf9febb94a22297bebc654fe2805f837aed2e355bee160848

See more details on using hashes here.

File details

Details for the file riboraptor-0.2.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for riboraptor-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e076ac9d094a2f7649b6e8fb51f709a334cb2abeda0c41d4fe75c8591a8bacc5
MD5 e2a6add03ce904ffb89e6a31e8599367
BLAKE2b-256 04ca14fd27cf78a6b0887766d8e076bf78085b610eac3788ffd409bee93d1809

See more details on using hashes here.

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