There was an error while loading. Please reload this page.
1 parent 0f8e243 commit 903bb14Copy full SHA for 903bb14
1 file changed
lofreq/2.1.5-post/Dockerfile
@@ -30,7 +30,7 @@ RUN mamba install --yes --name base \
30
# - bcftools-based VCF merging in lofreq call-parallel (fixes failures with
31
# multi-allelic variants) and masking of non-ACTG IUPAC reference bases
32
# - fix AF computation
33
-ARG LOFREQ_COMMIT=1528ca8
+ARG LOFREQ_COMMIT=2df3fca
34
RUN git clone https://github.com/morinlab/lofreq.git /opt/lofreq_src \
35
&& cd /opt/lofreq_src \
36
&& git checkout ${LOFREQ_COMMIT} \
0 commit comments