Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 595 Bytes

installation.md

File metadata and controls

16 lines (11 loc) · 595 Bytes

nf-ginkgo: Installation

The ginkgo pipeline is already installed in legion and myriad. You just need to load nextflow and start using it:

module load blic-modules
module load nextflow
module load ginkgo

nextflow_ginkgo --reads '*_R{1,2}.fastq.gz'

By default, the pipeline runs with the legion configuration profile conf/legion.config if you submit it from legion, and with the myriad config conf/myriad.config if you send the job from myriad.

The 'standard' configuration (using the local executor) is not enabled.