BioContainers / containers

Bioinformatics containers
http://biocontainers.pro
Apache License 2.0
674 stars 246 forks source link

Add python container with seaborn #513

Closed FerriolCalvet closed 1 year ago

FerriolCalvet commented 1 year 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
    • [X] LABEL about.documentation
    • [X] LABEL about.license_file
    • [X] LABEL about.tags

    Check BioContainers' Dockerfile metadata

biocontainers-bot commented 1 year ago

No biotools label defined, please check if tool is not already defined in biotools (https://bio.tools) and add extra.identifiers.biotools label if it exists. If it is not defined, you can ignore this comment.

biocontainers-bot commented 1 year ago

No test-cmds.txt (test file) present, skipping tests

osallou commented 1 year ago

@FerriolCalvet merged, thanks

container will soon be available

FerriolCalvet commented 1 year ago

Hi @osallou do you know when will this container be available? In fact there is already a seaborn 0.7.1 container available in biocontainers, but it was not present here in this repo. https://biocontainers.pro/tools/seaborn I do not know if this might be an issue for automatically triggering the generation of this new container. Thank you!

osallou commented 1 year ago

it is available: https://hub.docker.com/r/biocontainers/seaborn/tags

osallou commented 1 year ago

but registry not up-to-date

FerriolCalvet commented 1 year ago

ah okay great, thank you!

osallou commented 1 year ago

this is a registry issue with dockerhub, seems we hit some rate limits with our api requests.... we need to patch code to handle this