-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add ci nftests #381
Add ci nftests #381
Conversation
|
1fe5b29
to
f64efd0
Compare
.github/workflows/ci.yml
Outdated
@@ -10,6 +10,8 @@ on: | |||
|
|||
env: | |||
NXF_ANSI_LOG: false | |||
CAPSULE_LOG: none | |||
NFTEST_VER: "0.8.4" |
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.
not using sharding or latest nf-test due to the issue with download limit from mirBase
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.
snapshots seem to have been done with 0.9.0
maybe it is worth updating to 0.9.0 but keeping out the sharding?
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! Thanks for adding these tests and pointing the URLs to GitHub :)
.github/workflows/ci.yml
Outdated
@@ -10,6 +10,8 @@ on: | |||
|
|||
env: | |||
NXF_ANSI_LOG: false | |||
CAPSULE_LOG: none | |||
NFTEST_VER: "0.8.4" |
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.
snapshots seem to have been done with 0.9.0
maybe it is worth updating to 0.9.0 but keeping out the sharding?
afa0ae8
to
92c289d
Compare
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).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).