-
Notifications
You must be signed in to change notification settings - Fork 83
WIP: Nf test conversion: shortDNA #1144
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
base: dev
Are you sure you want to change the base?
Conversation
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.2.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
Metagenomics section still needs tweaking, but the rest seems consistent. Try again on a different day to ensure no timestamps are used also. |
Tests are done, double check on another day required |
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.
ToDos:
- merge latest changes from
dev
(includes new nf-core template) - Add profile tag to the test so it works with the new CI runner
- Update commands in the instructions for how to update the test in future
- Update snapshots to work with latest template (MultiQC got a version bump)
- Rename test to match new naming scheme
- exclude preseq command log from md5sum checks
tag "test_shortdna" | ||
|
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.
tag "test_shortdna" | |
tag "test_shortdna" | |
profile "test_shortdna" |
// Generate with: nf-test test --tag test --profile docker,test --update-snapshot | ||
// Test with: nf-test test --tag test --profile docker,test |
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.
// Generate with: nf-test test --tag test --profile docker,test --update-snapshot | |
// Test with: nf-test test --tag test --profile docker,test | |
// Generate with: nf-test test --profile +docker --tag test_shortdna --update-snapshot | |
// Test with: nf-test test --profile +docker --tag test_shortdna |
tag "nfcore_eager" | ||
tag "test_shortdna" | ||
|
||
test("test_shortdna_profile") { |
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.
test("test_shortdna_profile") { | |
test("Test `test_shortdna` profile:") { |
"**/mapping_quality_histogram.txt", | ||
] |
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.
"**/mapping_quality_histogram.txt", | |
] | |
"**/mapping_quality_histogram.txt", | |
'**/*command.log', | |
] |
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).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).This is the PR for Issue #1135