diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ddf48..ee8178d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.0] - 2024-06-28 +### Added + - Update Picard 3.2.0 + ## [3.1.1] - 2023-11-15 ### Added - Update Picard 3.1.1 diff --git a/Dockerfile b/Dockerfile index f05b815..b00840f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG MINIFORGE_VER=23.3.1-1 FROM condaforge/mambaforge:${MINIFORGE_VER} AS builder # Use mamba to install tools and dependencies into /usr/local -ARG PICARD_VERSION=3.1.1 +ARG PICARD_VERSION=3.2.0 RUN mamba create -qy -p /usr/local \ -c bioconda \ -c conda-forge \ diff --git a/README.md b/README.md index a759e65..15acdab 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Picard can be found on GitHub at [broadinstitute/picard](https://github.com/broa # Version | Tool | Version | |------|---------| -| picard-slim | 3.1.1 | +| picard-slim | 3.2.0 | | Java | 1.17 | ## References diff --git a/metadata.yaml b/metadata.yaml index 0290d53..44f5d45 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -5,7 +5,7 @@ Maintainers: ['selinawu@mednet.ucla.edu'] Contributors: ['Aaron Holmes', 'Helena Winata', 'Jieun Oh', 'Takafumi Yamaguchi', 'Arpi Beshlikyan', 'Selina Wu', 'Beth Neilsen', 'Joseph Salmingo'] Languages: ['Dockerfile'] Tools: ['Picard'] -Version: ['3.1.1'] +Version: ['3.2.0'] Purpose: 'A set of tools for manipulating SAM/BAM/CRAM and VCF file formats' References: 'https://github.com/broadinstitute/picard' image_name: 'picard'