Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 660 Bytes

installation.md

File metadata and controls

15 lines (10 loc) · 660 Bytes

UCL-BLIC/rnaseq_variant_calling Installation

The UCL-BLIC/rnaseq_variant_calling pipeline is already installed in myriad. You just need to load it and start using it:

module load blic-modules
module load nextflow_rnaseq_variant_calling

nextflow_rnaseq_variant_calling --reads '*_R{1,2}.fastq.gz' --genome GRCh38

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.