A proof of concept of a RNA-Seq pipeline intended to show Nextflow scripting and reproducibility capabilities.
-
Install Docker on your computer. Read more here https://docs.docker.com/
-
Install Nextflow (version 0.20.x or higher)
curl -fsSL get.nextflow.io | bash
-
Pull the required Docker image as shown below
docker pull nextflow/rnatoy:1.3
-
Launch the pipeline execution
nextflow run nextflow-io/rnatoy -with-docker