Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delly v1.2.8 #27

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.8] - 2024-09-24
### Changed
- Update Delly `v1.2.6` to `v1.2.8`

---
## [1.2.6] - 2023-12-22
### 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=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 \
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.6|
|Delly| 1.2.8|

---

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.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'
Loading