Rattle cluster
PR checklist
Closes #XXX
- [ x] This comment contains a description of changes (with reason).
- [ x] If you've fixed a bug or added code that should be tested, add tests!
- [x ] If you've added a new tool - have you followed the module conventions in the contribution docs
- [x ] If necessary, include test data in your PR.
- [x ] Remove all TODO statements.
- [x ] Emit the
versions.ymlfile. - [x ] Follow the naming conventions.
- [x ] Follow the parameters requirements.
- [x ] Follow the input/output options guidelines.
- [x ] Add a resource
label - [ NA, no conda avail, blocked this section as done in fastk ] Use BioConda and BioContainers if possible to fulfil software requirements.
- Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
- For modules:
- [x ]
nf-core modules test <MODULE> --profile docker - [x ]
nf-core modules test <MODULE> --profile singularity - [NA< will not work as no conda env ]
nf-core modules test <MODULE> --profile conda
- [x ]
- For modules:
conda will fail, as it doesn;t have a conda version to run it
@nf-core-bot fix linting
Hey @chriswyatt1, are you planning to work on this during the upcoming hackathon or would like some help to get this PR finalized?
Sorry, I hadn't seen your message.
I have a working version, but had an issue finding a test dataset that would work with all the rattle tools
https://github.com/chriswyatt1/modules/tree/rattle_cluster
Ah, there was no conda for it. So its put as false flag that fails lint
Plus it needs to be on biocontainers:
As container = 'ecoflowucl/rattle:v1.0'
This PR has been tagged as awaiting-changes or awaiting-feedback by an @nf-core/modules contributor. Remove stale label or add a comment if it is still useful.