exomiser / Exomiser

A Tool to Annotate and Prioritize Exome Variants
https://exomiser.readthedocs.io
GNU Affero General Public License v3.0
197 stars 54 forks source link

Build exomiser-cli docker image with shell fixes #470 #477

Closed iQuxLE closed 1 year ago

iQuxLE commented 1 year ago

Summary:

Depending on the users system architecture it is possible to choose between four different profiles.

profileID architecture
docker:distroless/amd64 distroless/amd64 (default)
docker:bash/arm64 arm64
docker:bash/arm64v8 arm64/v8
docker:bash/amd64 amd64

The profile determines which image will be set as a base image, giving the option to now have either a container with an in-built shell or without. Subsequently, it will be possible to incorporate nextflow pipelines. The README has been updated with additional information on how to use the docker image for your needs.