Skip to content

Commit

Permalink
Merge pull request #9 from poseidon-framework/update_templates
Browse files Browse the repository at this point in the history
PR template tweaks. Use stable tag of minotaur configs
  • Loading branch information
TCLamnidis authored Jan 24, 2024
2 parents dde80ee + e62ac53 commit eb54a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Closes #XXX <!-- TODO: Please link the issue requesting the package here. -->

## PR Checklist

- [ ] Add the appropriate label to your PR (`new package` or `package_update`).
- [ ] Add the appropriate label to your PR (`new package` or `package update`).
- [ ] The PR title is in the format `Add/update package: {package_name}`.
- [ ] The PR description includes a link to the issue requesting the package its
update. (Add to `Closes #XXX` above.)

If adding a package:
If adding or updating a package:

- [ ] This PR contains a sequencingSourceFile (`.ssf`) for the requested
package.
Expand Down
3 changes: 2 additions & 1 deletion assets/template.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Keep track of config versions
minotaur_release='0.2.1' // 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/main/conf'
minotaur_config_base="https://raw.githubusercontent.com/poseidon-framework/poseidon-eager/${minotaur_release}/conf"

// This configuration file is designed to be a used with the nf-core/eager pipeline.
// Instead of having to specify all other configurations for the Minotaur pipeline
Expand Down

0 comments on commit eb54a5d

Please sign in to comment.