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