Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialise args for umitools extract #502

Merged
merged 3 commits into from
Nov 23, 2020
Merged

Initialise args for umitools extract #502

merged 3 commits into from
Nov 23, 2020

Conversation

drpatelh
Copy link
Member

PR checklist

  • PR is to dev rather than master
  • This comment contains a description of changes (with reason)
  • CHANGELOG.md is updated
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated
  • If necessary, also make a PR on the nf-core/rnaseq branch on the nf-core/test-datasets repo

@@ -13,7 +13,7 @@ params.summary_params = [:]
*/
// Check if genome exists in the config file
if (params.genomes && params.genome && !params.genomes.containsKey(params.genome)) {
exit 1, "The provided genome '${params.genome}' is not available in the iGenomes file. Currently the available genomes are ${params.genomes.keySet().join(", ")}"
exit 1, "Genome '${params.genome}' was not found in any config files made available to the pipeline. Currently, the available genomes are ${params.genomes.keySet().join(", ")}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was reported in nf-core/atacseq#126 but fixing here because it will eventually be propagated to the pipeline template and then out to each of these pipelines when the DSL2 pipeline template is eventually released.

@drpatelh drpatelh merged commit 3d254ee into nf-core:dev Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants