Last active
August 1, 2022 13:35
-
-
Save chasemc/f2162236b551e68865b24eda9cebdf9f to your computer and use it in GitHub Desktop.
Antismash Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: antismash | |
channels: | |
- bioconda | |
- conda-forge | |
- defaults | |
dependencies: | |
- antismash==6.1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mambaorg/micromamba:0.23.3 | |
COPY --chown=$MAMBA_USER:$MAMBA_USER antismash.yml /tmp/env.yaml | |
RUN micromamba create -n antismash | |
RUN micromamba install --yes --file /tmp/env.yaml && \ | |
micromamba clean --all --yes | |
ARG MAMBA_DOCKERFILE_ACTIVATE=1 | |
ENV ENV_NAME=antismash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build the container:
Use the container: