Skip to content

Commit

Permalink
Merge pull request #40 from uclahs-cds/jsalmingo-update-picard-to-3.3.0
Browse files Browse the repository at this point in the history
Update Picard version to 3.3.0
  • Loading branch information
j2salmingo authored Oct 14, 2024
2 parents b203a1e + 18f8fc6 commit 27a7a9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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.3.0] - 2024-10-09
### Added
- Update Picard 3.3.0

## [3.2.0] - 2024-06-28
### Added
- Update Picard 3.2.0
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.2.0
ARG PICARD_VERSION=3.3.0
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 @@ -4,12 +4,12 @@ UCLA CDS Dockerfile for Picard (picard-slim) from the Broad Institute. A set of
# Documentation

Picard can be found on GitHub at [broadinstitute/picard](https://github.com/broadinstitute/picard).
`picard.jar` can be found at `/usr/local/share/picard-slim-3.1.1-0/picard.jar`
`picard.jar` can be found at `/usr/local/share/picard-slim-3.3.0-0/picard.jar`

# Version
| Tool | Version |
|------|---------|
| picard-slim | 3.2.0 |
| picard-slim | 3.3.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.2.0']
Version: ['3.3.0']
Purpose: 'A set of tools for manipulating SAM/BAM/CRAM and VCF file formats'
References: 'https://github.com/broadinstitute/picard'
image_name: 'picard'

0 comments on commit 27a7a9e

Please sign in to comment.