Skip to content

Commit

Permalink
upate delly v1.3.1 and ubuntu 24.04 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faizal-Eeman authored Jan 16, 2025
1 parent 03da0a1 commit d0cb0c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

---
## [1.3.1] - 2025-01-15
### Changed
- Update Delly `v1.2.9` to `v1.3.1`
- Update Ubuntu `v24.04`

---
## [1.2.9] - 2024-09-25
### Changed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG MINIFORGE_VERSION=23.3.1-1
ARG UBUNTU_VERSION=23.04
ARG UBUNTU_VERSION=24.04

FROM condaforge/mambaforge:${MINIFORGE_VERSION} AS builder

# Use conda to install tools and dependencies into /usr/local
ARG DELLY_VERSION=1.2.9
ARG DELLY_VERSION=1.3.1
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.2.9|
|Delly| 1.3.1|

---

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: ['[email protected]', '[email protected]']
languages: ['Dockerfile']
tools: ['Delly']
version: ['1.2.9']
version: ['1.3.1']
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 d0cb0c6

Please sign in to comment.