Skip to content

Commit

Permalink
Update Delly v1.3.2 (#36)
Browse files Browse the repository at this point in the history
* bump version v1.3.2

* Update Copyright year
  • Loading branch information
Faizal-Eeman authored Jan 23, 2025
1 parent d0cb0c6 commit ea0b78a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.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.2
RUN mamba create -qy -p /usr/local \
-c bioconda \
-c conda-forge \
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1|
|Delly| 1.3.2|

---

Expand Down 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.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'

0 comments on commit ea0b78a

Please sign in to comment.