Skip to content

Commit

Permalink
Add mosdepth to dockerfile
Browse files Browse the repository at this point in the history
redoing Ed's commit that I deleted
  • Loading branch information
JocelynSP authored Oct 15, 2024
1 parent 48fcd40 commit 6f0a0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ RUN conda update --all -c conda-forge --override-channels && \
bwa=0.7.17 \
samtools=1.16.1 \
fastqc=0.11.8-0 \
multiqc=1.12.0 && conda clean -ay
multiqc=1.12.0 \
mosdepth=0.3.8 \
&& conda clean -ay

0 comments on commit 6f0a0dc

Please sign in to comment.