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