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

Update to 3.2.0 #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainers: ['[email protected]']
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'