Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Jul 10, 2024
1 parent cc3a26e commit 0f33b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ manifest {
description = 'The Polygenic Score Catalog Calculator is a nextflow pipeline for polygenic score calculation'
mainScript = 'main.nf'
nextflowVersion = '>=23.10.0'
version = '2.0.0-beta'
version = '2.0.0-beta.1'
}

// Load modules.config for DSL2 module specific options
Expand Down Expand Up @@ -317,4 +317,4 @@ validation {
defaultIgnoreParams = ['platform']
ignoreParams = ['genomes','igenomes_base',',only_bootstrap','only_input','only_compatible','only_match','only_score']
showHiddenParams = false
}
}

0 comments on commit 0f33b4c

Please sign in to comment.