Skip to content

Commit

Permalink
updates megafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Jan 10, 2023
1 parent 3226839 commit 2d1cc43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,10 +8,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Increased memory allocation for salmon and picardtools_mergersamfiles (RNA)
- Updates expansionhunter variant catalog
- Changes sv annotation overlap back to 0.8 (from 0.5) with the new tiddit update
- New version of MegaFusion. A bug in the previous version prevented SVDB from writing the format and sample field in the vcf.

### Tools

Tiddit 3.3.2 -> 3.4.0
- Tiddit 3.3.2 -> 3.4.0
- MegaFusion 66a3a80 -> d3feacf

## [11.1.1]

Expand Down
4 changes: 2 additions & 2 deletions containers/megafusion/Dockerfile
Expand Up @@ -7,7 +7,7 @@ FROM clinicalgenomics/mip_base:2.1
LABEL base_image="clinicalgenomics/mip_base:2.1"
LABEL version="4"
LABEL software="MegaFusion"
LABEL software.version="66a3a80"
LABEL software.version="d3feacf"
LABEL extra.binaries="MegaFusion.py"
LABEL maintainer="Clinical-Genomics/MIP"

Expand All @@ -25,5 +25,5 @@ RUN git clone https://github.com/J35P312/MegaFusion.git /opt/conda/share/MegaFus
WORKDIR /opt/conda/share/MegaFusion

## Make sure we're on the right commit
RUN git reset --hard 66a3a80
RUN git reset --hard d3feacf

2 changes: 1 addition & 1 deletion templates/mip_install_config.yaml
Expand Up @@ -121,7 +121,7 @@ container:
megafusion:
executable:
MegaFusion.py: "python /opt/conda/share/MegaFusion/MegaFusion.py"
uri: docker.io/clinicalgenomics/megafusion:66a3a80
uri: docker.io/clinicalgenomics/megafusion:d3feacf
mip:
executable:
mip:
Expand Down

0 comments on commit 2d1cc43

Please sign in to comment.