containers icon indicating copy to clipboard operation
containers copied to clipboard

Added container for seeksoultools v 1.2.0

Open EKarpulevich opened this issue 1 year ago • 6 comments

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
  1. 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
  1. Extra (optionals)
  • [x] I have written tests in test-cmds.txt
  • [ ] LABEL extra.identifier
  • [x] LABEL about.documentation
  • [x] LABEL about.license_file
  • [ ] LABEL about.tags

Check BioContainers' Dockerfile metadata

EKarpulevich avatar Mar 20 '24 21:03 EKarpulevich

about.license field is not in spdx list: https://spdx.org/licenses/, if it is a typo error, please fix it. If this is not a standard license, please specify Custom License and use about.license_file label to specify license location (in container or url).

biocontainers-bot avatar Mar 29 '24 14:03 biocontainers-bot

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 avatar Mar 29 '24 14:03 biocontainers-bot

You can just switch about.license to 'Custom License' and the tests should pass.

Did you check if the built image is working for you?

mboudet avatar Mar 29 '24 14:03 mboudet

You can just switch about.license to 'Custom License' and the tests should pass.

Did you check if the built image is working for you?

Hello, mboudet

I just switched about.license to 'Custom License' docker build . successfully worked for me

EKarpulevich avatar Mar 29 '24 17:03 EKarpulevich

Ok, my question was more regarding the functionalities of the built images. Did you manage to use the software as intended using the container?

mboudet avatar Apr 02 '24 08:04 mboudet

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 avatar Apr 02 '24 08:04 biocontainers-bot