containers
containers copied to clipboard
feat: dockerfile for scsplit
Submitting a Container
(If you're requesting for a new container, please check the procedure described here.
Check BioContainers' Dockerfile specifications
Checklist
- Misc
- [x] My tool doesn't exist in BioConda
- [x] The image can be built
- Metadata
- [x] LABEL base_image
- [x] LABEL version
- [x] LABEL software.version
- [x] LABEL about.summary
- [x] LABEL about.home
- [x] LABEL about.license
- [x] MAINTAINER
- Extra (optionals)
- [ ] I have written tests in test-cmds.txt
- [ ] LABEL extra.identifier
- [ ] LABEL about.documentation
- [ ] LABEL about.license_file
- [ ] LABEL about.tags
Check BioContainers' Dockerfile metadata
Closes #565
Found a biotools entry matching the software name (https://bio.tools/scsplit), if this is the same software, please add the extra.identifiers.biotools label to your Dockerfile
Found an existing bioconda package for this software (https://bioconda.github.io/recipes/scsplit/README.html), is this the same, then you should update the recipe in bioconda to avoid duplicates.
No test-cmds.txt (test file) present, skipping tests