Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Jul 19, 2024
2 parents 8dc174e + 0f33b4c commit 90e1037
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 90e1037

Please sign in to comment.