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

Fix param arg_amrfinderplus_name #369

Closed
wants to merge 1 commit into from
Closed

Conversation

m3hdad
Copy link
Contributor

@m3hdad m3hdad commented May 2, 2024

Module configuration could not read meta.id if --arg_amrfinderplus_name is set true.
ext.args at module.conf needs to be wrapped in curly brackets and double quotation around --name ${meta.id}.

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/funcscan branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@jfy133 jfy133 requested review from jasmezz and Darcy220606 May 2, 2024 13:54
Copy link

github-actions bot commented May 2, 2024

nf-core lint overall result: Passed ✅

Posted for pipeline commit eac0e87

+| ✅ 236 tests passed       |+

✅ Tests passed:

Run details

  • nf-core/tools version 2.13.1
  • Run at 2024-05-02 13:57:28

Copy link
Collaborator

@jasmezz jasmezz left a comment

Choose a reason for hiding this comment

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

Looks basically good. I tested the --arg_amrfinderplus_name parameter locally. I am just confused, that your PR from master branch on your fork to dev changes just 1 file (many others should have changed between master and dev). I would have assumend a PR from a new dev branch would be the correct way. But I don't mind if it works as is 🤷
Just please add this line to the CHANGELOG.md file in the "fixed" section:

[#369](https://github.com/nf-core/funcscan/pull/369) Fixed AMRFinderPlus parameter `arg_amrfinderplus_name`. (by @m3hdad)

@m3hdad
Copy link
Contributor Author

m3hdad commented May 2, 2024

Looks basically good. I tested the --arg_amrfinderplus_name parameter locally. I am just confused, that your PR from master branch on your fork to dev changes just 1 file (many others should have changed between master and dev). I would have assumend a PR from a new dev branch would be the correct way. But I don't mind if it works as is 🤷 Just please add this line to the CHANGELOG.md file in the "fixed" section:

[#369](https://github.com/nf-core/funcscan/pull/369) Fixed AMRFinderPlus parameter `arg_amrfinderplus_name`. (by @m3hdad)

Uuh I see that now! CHANGELOG.md don't match then for dev branch. You should be able to edit change log on dev directly, if not, then we have to kill this one and do a new PR. Sorry my bad!

@jasmezz
Copy link
Collaborator

jasmezz commented May 3, 2024

Alright, we don't commit to dev branch, only pull requests go in ;) So either you create a new PR or I revive my closed one from yesterday.

@jasmezz jasmezz closed this May 3, 2024
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.

2 participants