Skip to content

Commit

Permalink
updating hmtnote dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Feb 21, 2023
1 parent bdd61c5 commit a5c5b3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

clinvar: 20220829 -> 20230218
loqusdb snapshot: 20230208 -> 20230214
hmtvar: oct2022

## [11.1.1]

Expand Down
6 changes: 3 additions & 3 deletions containers/hmtnote/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ FROM clinicalgenomics/mip_base:2.1
################## METADATA ######################

LABEL base-image="clinicalgenomics/mip_base:2.1"
LABEL version="1"
LABEL version="2"
LABEL software="HmtNote"
LABEL software.version="0.7.2"
LABEL extra.binaries="HmtNote"
LABEL extra.binaries="HmtNote, hmtvar_oct2022"
LABEL maintainer="Clinical-Genomics/MIP"

## Conda env installation + clean up
RUN conda install pip python=3.7 && \
/opt/conda/bin/conda clean -tipsy
/opt/conda/bin/conda clean -ya

# Install HmtNote
RUN pip install --no-cache-dir hmtnote==0.7.2 && \
Expand Down
2 changes: 1 addition & 1 deletion templates/mip_install_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ container:
hmtnote:
executable:
hmtnote:
uri: docker.io/clinicalgenomics/hmtnote:0.7.2
uri: docker.io/clinicalgenomics/hmtnote:0.7.2-oct2022
htslib:
executable:
bcftools:
Expand Down

0 comments on commit a5c5b3c

Please sign in to comment.