Skip to content
forked from nextflow-io/rnatoy

A proof of concept RNA-Seq pipeline with Nextflow

Notifications You must be signed in to change notification settings

jkarasha/rnatoy

 
 

Repository files navigation

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 20.01.0 or later)

    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

About

A proof of concept RNA-Seq pipeline with Nextflow

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nextflow 81.4%
  • Dockerfile 18.6%