Skip to content
A proof of concept RNA-Seq pipeline with Nextflow
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data/ggal
.dockerignore Updated Docker file Dec 17, 2014
.gitignore
.travis.yml
Dockerfile Minor change Mar 20, 2017
README.md
Singularity
circle.yml Update jdk8 [ci skip] Oct 13, 2017
main.nf Update license Apr 2, 2018
nextflow.config

README.md

RNA-Seq toy pipeline

A proof of concept of a RNA-Seq pipeline intended to show Nextflow scripting and reproducibility capabilities.

nextflow Build Status

How execute it

  1. Install Docker on your computer. Read more here https://docs.docker.com/

  2. Install Nextflow (version 0.24.x or higher)

    curl -fsSL get.nextflow.io | bash

  3. Pull the required Docker image as shown below:

    docker pull nextflow/rnatoy:1.3

  4. Launch the pipeline execution:

    nextflow run nextflow-io/rnatoy -with-docker

You can’t perform that action at this time.