From ea0b78a01847654c508284374331869eb6092407 Mon Sep 17 00:00:00 2001 From: Mohammed Faizal Eeman Mootor <68152431+Faizal-Eeman@users.noreply.github.com> Date: Wed, 22 Jan 2025 23:06:13 -0800 Subject: [PATCH] Update Delly `v1.3.2` (#36) * bump version v1.3.2 * Update Copyright year --- CHANGELOG.md | 5 +++++ Dockerfile | 2 +- README.md | 4 ++-- metadata.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75b148..768c2b8 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.3.2] - 2025-01-16 +### Changed +- Update Delly `v1.3.1` to `v1.3.2` + --- ## [1.3.1] - 2025-01-15 ### Changed diff --git a/Dockerfile b/Dockerfile index d965051..800dbca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ 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.3.1 +ARG DELLY_VERSION=1.3.2 RUN mamba create -qy -p /usr/local \ -c bioconda \ -c conda-forge \ diff --git a/README.md b/README.md index 42cd6cb..858ad0a 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.3.1| +|Delly| 1.3.2| --- @@ -45,7 +45,7 @@ docker-Delly is licensed under the GNU General Public License version 2. See the docker-Delly can be used to create a docker instance to use the Delly tool. -Copyright (C) 2021-2024 University of California Los Angeles ("Boutros Lab") All rights reserved. +Copyright (C) 2021-2025 University of California Los Angeles ("Boutros Lab") All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. diff --git a/metadata.yaml b/metadata.yaml index 1cee52f..deb3e66 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.3.1'] +version: ['1.3.2'] 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'