Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: msi container #1486

Merged
merged 16 commits into from
Oct 16, 2024
1 change: 1 addition & 0 deletions BALSAMIC/containers/msisensorpro/Dockerfile
khurrammaqbool marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && apt-get -y upgrade && \
RUN cd /tmp && \
git clone https://github.com/xjtu-omics/msisensor-pro && \
cd msisensor-pro && \
git checkout v1.2.2 \
/tmp/msisensor-pro/INSTALL && \
cp -r /tmp/msisensor-pro/binary/msisensor-pro /usr/bin/ && \
cp -r /tmp/msisensor-pro/vendor/htslib-1.11/libhts.so* /lib/x86_64-linux-gnu && \
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Fixed:
* MSI table https://github.com/Clinical-Genomics/BALSAMIC/pull/1459
* Pin numpy version in CNVkit container https://github.com/Clinical-Genomics/BALSAMIC/pull/1457
* CNVkit incorrect version in the documentation https://github.com/Clinical-Genomics/BALSAMIC/pull/1457

* MSIsensor-pro container https://github.com/Clinical-Genomics/BALSAMIC/pull/

[15.0.1]
--------

Expand Down
Loading