Skip to content

Commit 903bb14

Browse files
committed
Update the lofreq commit hash to use a version that incorporates all changes for --normal_only and --continue flags
1 parent 0f8e243 commit 903bb14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lofreq/2.1.5-post/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN mamba install --yes --name base \
3030
# - bcftools-based VCF merging in lofreq call-parallel (fixes failures with
3131
# multi-allelic variants) and masking of non-ACTG IUPAC reference bases
3232
# - fix AF computation
33-
ARG LOFREQ_COMMIT=1528ca8
33+
ARG LOFREQ_COMMIT=2df3fca
3434
RUN git clone https://github.com/morinlab/lofreq.git /opt/lofreq_src \
3535
&& cd /opt/lofreq_src \
3636
&& git checkout ${LOFREQ_COMMIT} \

0 commit comments

Comments
 (0)