Before contributing
And everything else you want ;)
What you need to get an NF-Core module
This is stuff that you need to create an NF-Core module! In parenthesis are the order of preference for where the tools should be (non-mandatory but preferred).
- [ ] Conda (Bioconda, conda-forge, conda, None 🙈)
- [ ] Docker (Biocontainers, quay.io, Docker, Github Containers Registry)
- [ ] Apptainer (formerly Singularity) (Don't worry, if you have a Docker you have an apptainer image. 😉 )
For the tool/module
- [ ] Your tool must have a command line interface (CLI)
- [ ] Test that your CLI works locally.
For the Docker
- [ ] Your Docker shouldn't have an entry point!
- [ ] Your tool (that already has a command line interface) should be inside of of your Docker.