Skip to content

Commit

Permalink
Redux: Use samtools in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luan-n-nguyen committed Dec 23, 2024
1 parent 684dc0b commit 939181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN chmod +x ${RUN_SCRIPT}
RUN micromamba install -y -n base -c bioconda -c conda-forge \
procps-ng \
"openjdk >=8,<=21" \
"sambamba>=1.0.1" \
"samtools >=1.14" \
&& micromamba clean --all --yes

ENV PATH="/opt/conda/bin:/opt/conda/condabin:${PATH}"

0 comments on commit 939181a

Please sign in to comment.