We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4a86f commit 5d4ab25Copy full SHA for 5d4ab25
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ FROM mambaorg/micromamba
6
7
# Set the variables for version control during installation
8
ARG crispritz_version=2.6.6
9
-ARG crisprme_version=2.1.2
+ARG crisprme_version=2.1.4
10
11
# set the shell to bash
12
ENV SHELL bash
@@ -22,4 +22,4 @@ RUN apt upgrade -y
22
# Install crispritz & crisprme packages
23
RUN micromamba install -y -n base -c conda-forge -c bioconda python=3.9 crispritz=$crispritz_version crisprme=$crisprme_version && micromamba clean --all --yes
24
# Start the base environment
25
-ARG MAMBA_DOCKERFILE_ACTIVATE=1
+ARG MAMBA_DOCKERFILE_ACTIVATE=1
0 commit comments