BioContainers / containers

Bioinformatics containers
http://biocontainers.pro
Apache License 2.0
680 stars 247 forks source link

Dask container to be used for an nf-core subworkflow #539

Closed cgoina closed 11 months ago

cgoina commented 11 months ago

Submitting a Container

(If you're requesting for a new container, please check the procedure described here.

Check BioContainers' Dockerfile specifications

Checklist

  1. Misc

    • [x] My tool doesn't exist in BioConda
    • [x] The image can be built
  2. 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
  3. Extra (optionals)

    • [ ] I have written tests in test-cmds.txt
    • [ ] LABEL extra.identifier
    • [ ] LABEL about.documentation
    • [x] LABEL about.license_file
    • [x] LABEL about.tags

    Check BioContainers' Dockerfile metadata

cgoina commented 11 months ago

We plan to have a subworkflow on nf-core that starts a dask cluster and this container contains the tools for that workflow.