[go: nahoru, domu]

Skip to content

Commit

Permalink
mamba create
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelklee committed Nov 9, 2023
1 parent 80a7413 commit 558ccaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ ENV CLASSPATH /gatk/gatk.jar:$CLASSPATH

WORKDIR /gatk
ENV PATH $CONDA_PATH/envs/gatk/bin:$CONDA_PATH/bin:$PATH
RUN conda env create -n gatk -f /gatk/gatkcondaenv.yml && \
RUN conda install -c conda-forge mamba=1.5.3
RUN mamba create -n gatk --file /gatk/gatkcondaenv.yml && \
echo "source activate gatk" >> /gatk/gatkenv.rc && \
echo "source /gatk/gatk-completion.sh" >> /gatk/gatkenv.rc && \
conda clean -afy && \
Expand Down

0 comments on commit 558ccaf

Please sign in to comment.