Skip to content

Commit 4abf6fc

Browse files
committed
add conda to env to run commands not set for exec
1 parent 4e21acd commit 4abf6fc

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

containers/Dockerfile.blast

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ USER $MAMBA_USER
1515
RUN micromamba install -y -n base -c conda-forge -c bioconda \
1616
blast=2.12.0 \
1717
&& micromamba clean -afy
18+
19+
ENV PATH="/opt/conda/bin:$PATH"

containers/Dockerfile.bwa

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ USER $MAMBA_USER
1515
RUN micromamba install -y -n base -c conda-forge -c bioconda \
1616
bwa=0.7.17 \
1717
&& micromamba clean -afy
18+
19+
ENV PATH="/opt/conda/bin:$PATH"

containers/Dockerfile.picard

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ RUN micromamba install -y -n base -c conda-forge -c bioconda \
1919
picard=2.20.3 \
2020
r-base=4.1.1 \
2121
&& micromamba clean -afy
22+
23+
ENV PATH="/opt/conda/bin:$PATH"

containers/Dockerfile.quast

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ USER $MAMBA_USER
1717
RUN micromamba install -y -n base -c conda-forge -c bioconda \
1818
quast=5.3.0 \
1919
&& micromamba clean -afy
20+
21+
ENV PATH="/opt/conda/bin:$PATH"

containers/Dockerfile.samtools

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ USER $MAMBA_USER
1515
RUN micromamba install -y -n base -c conda-forge -c bioconda \
1616
samtools=1.13 \
1717
&& micromamba clean -afy
18+
19+
ENV PATH="/opt/conda/bin:$PATH"

containers/Dockerfile.skesa

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ USER $MAMBA_USER
1515
RUN micromamba install -y -n base -c conda-forge -c bioconda \
1616
skesa=2.5.1 \
1717
&& micromamba clean -afy
18+
19+
ENV PATH="/opt/conda/bin:$PATH"

containers/Dockerfile.trimmomatic

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ USER $MAMBA_USER
1919
RUN micromamba install -y -n base -c conda-forge -c bioconda \
2020
trimmomatic=0.39 \
2121
&& micromamba clean -afy
22+
23+
ENV PATH="/opt/conda/bin:$PATH"

0 commit comments

Comments
 (0)