-
Notifications
You must be signed in to change notification settings - Fork 6
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
nf-test assertions #128
nf-test assertions #128
Conversation
|
56fdc11
to
76ce8da
Compare
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 fine to me.
Some blank lines could be removed I think, but not important.
d41d8cd98f00b204e9800998ecf8427e
, which is an empty string, appears for prediction_warnings.log
, but that seems fine. (7029066c27ac6f5ef18d660d5741979a
, an empty compressed file is not present)
Thanks @d4straub ! The empty md5sum of the *.log is to check if there will be warnings if something has actually changed. I will remove the empty files, I split the blocks into the directories within the results dir, but sure it is just many blank lines. I will push a commit soon and merge afterwards 🙂 |
This PR includes the nf-test assertions for the latest refactoring (#127). The checks will fail until the previous PR is merged.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).