Skip to content

Commit

Permalink
Bump eager and config versions to 0.4.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Oct 8, 2024
1 parent 9a0306a commit 0c847d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/template.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Keep track of config versions
minotaur_release='0.3.0dev' // The release tag of the poseidon-eager repository used for processing and config file retrieval
minotaur_release='0.4.0dev' // The release tag of the poseidon-eager repository used for processing and config file retrieval
config_template_version='0.3.0dev'
package_config_version='0.3.0dev'
minotaur_config_base="https://raw.githubusercontent.com/poseidon-framework/poseidon-eager/${minotaur_release}/conf"
Expand Down Expand Up @@ -33,9 +33,9 @@ params {
Any parameters not specified in any of the config files default to their nf-core/eager default values.

For information on all available parameters and their default values see:
https://nf-co.re/eager/2.4.6/parameters
https://nf-co.re/eager/2.5.1/parameters

You can see the default values for parameters within poseidon-eager at:
You can see the latest default values for parameters within poseidon-eager at:
https://github.com/poseidon-framework/poseidon-eager/blob/main/conf/Minotaur.config
*/
}

0 comments on commit 0c847d5

Please sign in to comment.