Skip to content

Commit

Permalink
updated delly and htslib in delly-bcftools docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Marie Noronha committed Jun 19, 2024
1 parent 9b2da47 commit 8bcbf29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions conf/containers.config
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
container = "cmopipeline/metadataparser:0.5.9"
}
withName:SomaticDellyCall {
container = "cmopipeline/delly-bcftools:0.0.1"
container = "cmopipeline/delly-bcftools:0.0.3"
}
withName:'.*DellyCombine' {
container = "cmopipeline/delly-bcftools:0.0.1"
container = "cmopipeline/delly-bcftools:0.0.3"
}
withName:SomaticRunManta {
container = "cmopipeline/strelka2-manta-bcftools-vt:2.0.1"
Expand Down Expand Up @@ -115,7 +115,7 @@
//------------------- Germline pipeline

withName:GermlineDellyCall {
container = "cmopipeline/delly-bcftools:0.0.1"
container = "cmopipeline/delly-bcftools:0.0.3"
}
withName:GermlineRunHaplotypecaller {
container = "broadinstitute/gatk:4.1.0.0"
Expand Down
14 changes: 10 additions & 4 deletions containers/delly-bcftools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ FROM halllab/bcftools:v1.9

LABEL maintainer="Anne Marie Noronha ([email protected])" \
version.ubuntu="18.04" \
version.delly="0.8.2" \
version.htslib="1.9"
version.delly="1.2.6" \
version.htslib="1.20" \
version.image="0.0.3"

# set the environment variables
ENV delly_version 0.8.2
ENV htslib_version 1.9
ENV delly_version 1.2.6
ENV htslib_version 1.20

# APT repository has moved to archive. Sources needs to change.
RUN sed -i /stretch-updates/d /etc/apt/sources.list
RUN sed -i "s/security.debian/archive.debian/g" /etc/apt/sources.list
RUN sed -i "s/deb.debian/archive.debian/g" /etc/apt/sources.list

# run update
RUN apt-get update -y && apt-get install -y \
Expand Down

0 comments on commit 8bcbf29

Please sign in to comment.