Skip to content

Commit

Permalink
fix: ascat container (#1395)
Browse files Browse the repository at this point in the history
* move cpanm

* fix version typo

* changelog
  • Loading branch information
khurrammaqbool authored Feb 12, 2024
1 parent 2745116 commit 410dd9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BALSAMIC/containers/ascatNgs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ locales \
gcc \
wget \
pkg-config \
cpanminus \
git \
unattended-upgrades && \
unattended-upgrade -d -v && \
Expand Down Expand Up @@ -140,6 +139,7 @@ moreutils \
google-perftools \
libcairo2 \
gfortran \
cpanminus \
unattended-upgrades && \
unattended-upgrade -d -v && \
apt-get remove -yq unattended-upgrades && \
Expand Down
2 changes: 1 addition & 1 deletion BALSAMIC/containers/cadd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL base.image="condaforge/mambaforge:23.1.0-4"
LABEL maintainer="Clinical Genomics"
LABEL about.contact="[email protected]"
LABEL software="cadd"
LABEL software.version="1.16"
LABEL software.version="1.6"
LABEL about.summary="Combined Annotation Dependent Depletion (CADD)"
LABEL about.home="https://cadd.gs.washington.edu/"
LABEL about.documentation="https://cadd.gs.washington.edu/info"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Removed:
* Extra bcftools filters that allows MaxDepth filtered variants in the final SV VCF https://github.com/Clinical-Genomics/BALSAMIC/pull/1371
* Unused arguments from `delivery.py` https://github.com/Clinical-Genomics/BALSAMIC/pull/1388

Fixed:
^^^^^^
* ASCAT-Ngs container https://github.com/Clinical-Genomics/BALSAMIC/pull/1395


[13.0.1]
-------

Expand Down

0 comments on commit 410dd9e

Please sign in to comment.