diff --git a/workflow/nextflow.config b/workflow/nextflow.config index eee32fa6f754c55b6b8051eedee646eebf4066c2..8d079090941270602796eb97373601413e7de806 100644 --- a/workflow/nextflow.config +++ b/workflow/nextflow.config @@ -66,5 +66,5 @@ manifest { description = 'This pipeline was created to be a standard mRNA-sequencing analysis pipeline which integrates with the GUDMAP and RBK consortium data-hub.' mainScript = 'rna-seq.nf' version = 'v0.0.1_indev' - nextflowVersion = '>=19.09.0' + nextflowVersion = '>=0.31.0' }