-
Notifications
You must be signed in to change notification settings - Fork 953
Assemblyscan 1.0.0 #9506
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
Assemblyscan 1.0.0 #9506
Conversation
… colons - avoids potential yml clash
7ac7651 to
4bad473
Compare
|
@nf-core-bot fix linting |
|
This looks really good, but can we add a second test to validate JSON output? |
SPPearce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to check, was this previously producing a tsv output but calling it a .json file?
It'd be nice if you could swap to using a topic channel to capture the version too: https://nf-co.re/blog/2025/version_topics
|
Hi all, I am jumping in as I want to update this module in https://github.com/nf-core/pairgenomealign.
|
|
@charles-plessy - thanks for your contributions. I have cherry picked your commits and added them to this PR and added you to the authorship in the meta :) |
Done :) |
SPPearce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we just want to capture the output in one channel, rather than two separate ones? That would be within guidelines: https://nf-co.re/docs/guidelines/components/modules#one-output-channel-per-output-file-type
…ick issue from my end
dwells-eit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 😎
|
@nf-core-bot fix linting Regarding the lint failures, I have not managed to get the tests pass with topic channels when the evaluated shell command has a |
@charles-plessy Thanks! Was playing around with that exact issue right now. Passes locally but the GitHub runner runs a dev version of nf-core tools. Will trim the regex to remove |
Description
This updates the assemblyscan module to v1.0.0 from v0.4.0, enabling tsv or json output.
PR checklist
versions.ymlfile.labelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile conda