diff --git a/CHANGELOG.md b/CHANGELOG.md index ca26729..ddfc948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +--- +## [1.2.8] - 2024-09-24 +### Changed +- Update Delly `v1.2.6` to `v1.2.8` + --- ## [1.2.6] - 2023-12-22 ### Changed diff --git a/Dockerfile b/Dockerfile index 443cd6f..5a14661 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.2.6 +ARG DELLY_VERSION=1.2.8 RUN mamba create -qy -p /usr/local \ -c bioconda \ -c conda-forge \ diff --git a/README.md b/README.md index 4326b7c..4cb090f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Delly GitHub repository [here](https://github.com/dellytools/delly) # Version | Tool | Version | |------|---------| -|Delly| 1.2.6| +|Delly| 1.2.8| --- diff --git a/metadata.yaml b/metadata.yaml index 16fa45f..4801d1e 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -4,7 +4,7 @@ description: 'Docker repository for Delly' maintainers: ['yupan@mednet.ucla.edu', 'mmootor@mednet.ucla.edu'] languages: ['Dockerfile'] tools: ['Delly'] -version: ['1.2.6'] +version: ['1.2.8'] 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'