rnaseq
rnaseq copied to clipboard
feat(nf-schema): replace [email protected] by [email protected]
PR checklist
- [ ] This comment contains a description of changes (with reason).
- [ ] If you've fixed a bug or added code that should be tested, add tests!
- [ ] If you've added a new tool - have you followed the pipeline conventions in the contribution docs
- [ ] If necessary, also make a PR on the nf-core/rnaseq branch on the nf-core/test-datasets repository.
- [ ] Make sure your code lints (
nf-core lint
). - [ ] Ensure the test suite passes (
nextflow run . -profile test,docker --outdir <OUTDIR>
). - [ ] Check for unexpected warnings in debug mode (
nextflow run . -profile debug,test,docker --outdir <OUTDIR>
). - [ ] Usage Documentation in
docs/usage.md
is updated. - [ ] Output Documentation in
docs/output.md
is updated. - [ ]
CHANGELOG.md
is updated. - [ ]
README.md
is updated (including new tool citations and authors/contributors).
We just need tools to be updated now
Waiting for v2.15.0 where nf-validation will be replaced by nf-schema in the pipeline template. Will convert to draft for now.
Waiting for v2.15.0 where nf-validation will be replaced by nf-schema in the pipeline template. Will convert to draft for now.
So this is no longer to be done for 2.15.0 then? I'll remove from the milestone
Still waiting on tools 2.15 for this, but I'd say it's unlikely to happen before we release this pipeline 3.15, so...
Working on it! :p