ArchR module
PR checklist
Was supposed to close #4375
- [ ] 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 module conventions in the contribution docs
- [ ] If necessary, include test data in your PR.
- [ ] Remove all TODO statements.
- [ ] Emit the
versions.ymlfile. - [ ] Follow the naming conventions.
- [ ] Follow the parameters requirements.
- [ ] Follow the input/output options guidelines.
- [ ] Add a resource
label - [ ] 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:
- [ ]
nf-core modules test <MODULE> --profile docker - [ ]
nf-core modules test <MODULE> --profile singularity - [ ]
nf-core modules test <MODULE> --profile conda
- [ ]
- For modules:
This is a draft to add a module for ArchR. The tools is quite extensive and will likely require submodules. I started on "createarrowfiles" and "adddoubletscores" during the hackathon. "createarrowfiles" is in the testing stage but still has issues. Most significantly: The example data (output from testing cellrangeratac) is not sufficient for testing archR (because of biology), I recommend proceeding with the test data that comes with the archR package
The most helpful part of this draft is the Dockerfile, since ArchR is not available on bioconda or bioconductor. (I ran the tests with a local docker image, not quay.io image or similar)
"adddoublescores" is mostly an outline of a submodule at this point