Skip to content

Commit

Permalink
bump version v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Faizal-Eeman committed Jan 16, 2025
1 parent d0cb0c6 commit 86aa91e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

---
## [1.3.3] - 2025-01-17
### Changed
- Update Delly `v1.3.2` to `v1.3.3`

---
## [1.3.2] - 2025-01-16
### Changed
- Update Delly `v1.3.1` to `v1.3.2`

---
## [1.3.1] - 2025-01-15
### Changed
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=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.3
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 @@ -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.

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.3.1']
version: ['1.3.3']
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 86aa91e

Please sign in to comment.