Skip to content

Commit

Permalink
Update docker-Delly v1.2.6 (#22)
Browse files Browse the repository at this point in the history
* Update Delly 1.1.7 to 1.2.6

* Update CHANGELOG.md

* Update metadata.yaml

* Update README

---------

Co-authored-by: Mootor <mmootor@ip-0A125257.rhxrlfvjyzbupc03cc22jkch3c.xx.internal.cloudapp.net>
  • Loading branch information
Faizal-Eeman and Mootor authored Jan 6, 2024
1 parent 8f6097e commit 7876dbe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

---
## [1.2.6] - 2023-12-22
### Changed
- Update Delly `v1.1.7` to `v1.2.6`

---

## [1.1.7] - 2023-10-04
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=23.04
FROM condaforge/mambaforge:${MINIFORGE_VERSION} AS builder

# Use conda to install tools and dependencies into /usr/local
ARG DELLY_VERSION=1.1.7
ARG DELLY_VERSION=1.2.6
RUN mamba create -qy -p /usr/local \
-c bioconda \
-c conda-forge \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Delly GitHub repository [here](https://github.com/dellytools/delly)
# Version
| Tool | Version |
|------|---------|
|Delly| 1.1.7|
|Delly| 1.2.6|

---

Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Docker repository for Delly'
maintainers: ['yupan@mednet.ucla.edu', 'mmootor@mednet.ucla.edu']
languages: ['Dockerfile']
tools: ['Delly']
version: ['1.1.7']
version: ['1.2.6']
purpose: 'Delly is an integrated structural variant (SV) prediction method that can discover, genotype and visualize deletions, tandem duplications, inversions and translocations at single-nucleotide resolution in short-read massively parallel sequencing data.'
references: 'https://github.com/dellytools/delly'
image_name: 'delly'

0 comments on commit 7876dbe

Please sign in to comment.