-
Notifications
You must be signed in to change notification settings - Fork 705
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 all nf-core modules and CI/CD and all nf-tests to everything #1221
Conversation
|
fe6cce8
to
5684b7f
Compare
UNTAR now just failing for TXIMETA_TXIMPORT, but it's coming |
ok, we're going to have issues with GFFREAD. We're setting up |
The scope of this PR should be to finish adding all nf-core/modules and nf-core/subworkflows to the pipeline. The only remaining tests left to include are:
Once these have all been fixed and merged:
|
This PR is in dev while I work out the kinks.Based on #1220
This PR adds all nf-tests.
Additions:
Removes:
To do:
Broken modules
The following modules from nf-core/modules have broken tests in rnaseq. Fix them there, update them in rnaseq and the tests will start to work. Follow this issue for an up-to-date set of broken modules: #1196
Once those modules are updated, all checks should pass. Once done, this should be able to be 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).