diff --git a/main.nf b/main.nf index cae54d5..741abd5 100644 --- a/main.nf +++ b/main.nf @@ -1,7 +1,7 @@ #!/usr/bin/env nextflow // Version of this release -pipelineVersion = '1.0.0-rc1' +pipelineVersion = '1.0.0-rc2' // Import workflow modules include { PIPELINE } from "$projectDir/workflows/pipeline"