Git Product home page Git Product logo

hydra's Introduction

Hydra - a flexible RNASeq pipeline.

Features

  • html reporting
  • automatic parallelization
  • automatic resume function
  • extensive quality control
  • interactive principal component analysis

Running the pipeline

Pre-requisites

Hydra requires Java 1.6+. All other tools are wrapped in a Conda environment, see below.

1. Get Conda

conda is available as part of the miniconda package.

Note

If you're using a module system such as on the shared computing cluster (SCC) at Boston University you can just load a preinstalled version:

module purge
module load anaconda/2.2.0

2. Create Dev Environment

Use conda to install a basic developement environment:

conda create \
  -p ./dev_env \
  -c https://conda.anaconda.org/montilab \
  --yes \
  hydra

This will create a `./dev_env folder that stores all the files needed to run the pipeline. For more details, please refer to the Developer's Guide. (LINK)

3. Install all necessary R packages Activate the environment so you have access to the R version that the pipeline uses:

source activate ./dev_env

Start R:

R

Within R install all necessary packages:

source("http://bioconductor.org/biocLite.R")
biocLite(c("Biobase",'edgeR'),ask=F)
install.packages(c("devtools","knitr", "yaml", "rjson","codetools"), repos='http://cran.us.r-project.org')
devtools::install_github("nachocab/clickme")

Running the pipeline

Activate the environment (follow the instructions provided by conda following the environment's creation):

source activate ./dev_env

Then you can run the pipeline, while providing your parameter file.

Example:

hydra-rnaseq -p param.txt

A detailed description of the parameter file is provided here and an example is located here here .

Additional documentation

A detailed user documentation is provided here. For advanced users that are contributing to the development such as adding additional modules a documentation is provided here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.