This needs to have Docker and Nextflow installed
Start docker app and open the terminal
docker pull nfcore/rnaseq:dev
this will download the software container
./nextflow pull pilm-bioinformatics/pipelines-nf-rnaseq -r master
./nextflow run pilm-bioinformatics/pipelines-nf-rnaseq -profile docker,test
this run the pipeline with the software container we have defined previously and the test data defined by the pipeline.
What software container to use is defined inside nextflow.config
in the variable: process.container = 'nfcore/rnaseq:dev'
.
Nextflow will download by itself the software container if it is not installed.
What test to run is defined in the file conf/test.config
.