Skip to content

Commit

Permalink
Merge pull request #51 from poseidon-framework/dev
Browse files Browse the repository at this point in the history
Use Minotaur 0.4.0dev
  • Loading branch information
TCLamnidis authored Oct 8, 2024
2 parents 35e50d2 + d66a32b commit b81a7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
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 b81a7cf

Please sign in to comment.