Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added container for seeksoultools v 1.2.0 #563

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EKarpulevich
Copy link

@EKarpulevich EKarpulevich commented Mar 20, 2024

Submitting a Container

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

Check BioContainers' Dockerfile specifications

Checklist

  1. Misc
  • My tool doesn't exist in BioConda
  • The image can be built
  1. Metadata
  • LABEL base_image
  • LABEL version
  • LABEL software.version
  • LABEL about.summary
  • LABEL about.home
  • LABEL about.license
  • MAINTAINER
  1. 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

@biocontainers-bot
Copy link
Collaborator

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
Copy link
Collaborator

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.

@mboudet
Copy link
Contributor

mboudet commented Mar 29, 2024

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?

@EKarpulevich
Copy link
Author

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

@mboudet
Copy link
Contributor

mboudet commented Apr 2, 2024

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

@biocontainers-bot
Copy link
Collaborator

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.


RUN mkdir seeksoultools.1.2.0 && cd seeksoultools.1.2.0 && wget -c -O seeksoultools.1.2.0.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/software/seeksoultools/seeksoultools.1.2.0.tar.gz" && tar zxf seeksoultools.1.2.0.tar.gz; . /seeksoultools.1.2.0/bin/activate && /seeksoultools.1.2.0/bin/conda-unpack && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/* seeksoultools.1.2.0.tar.gz

USER biodocker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This user is not created.
You need to create it beforehand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants