Skip to content

Commit

Permalink
Update Picard to 3.0.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Neilsen <bneilsen@ip-0A12524C.rhxrlfvjyzbupc03cc22jkch3c.xx.internal.cloudapp.net>
  • Loading branch information
bethneilsen and Neilsen authored Mar 7, 2023
1 parent d7a8bb6 commit 5d16bec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## ## [Unreleased]

## [3.0.0] - 2023-03-03
### Added
- Update Picard 3.0.0

## [2.27.4] - 2022-08-03
### Added
- Update Picard to 2.27.4
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM blcdsdockerregistry/bl-base:1.1.0 AS builder

# Use mamba to install tools and dependencies into /usr/local
ARG PICARD_VERSION=2.27.4
ARG PICARD_VERSION=3.0.0
RUN mamba create -qy -p /usr/local \
-c bioconda \
-c conda-forge \
picard-slim==${PICARD_VERSION}

# Deploy the target tools into a base image
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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-2.27.4-0/picard.jar`
`picard.jar` can be found at `/usr/local/share/picard-slim-3.0.0/picard.jar`

# Version
| Tool | Version |
|------|---------|
| picard-slim | 2.27.4 |
| Java | 1.8 |
| picard-slim | 3.0.0 |
| Java | 1.17 |

## References

Expand Down
4 changes: 2 additions & 2 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Category: 'docker'
Description: 'Docker repository for Picard'
Maintainers: ['selinawu@mednet.ucla.edu']
Contributors: ['Aaron Holmes', 'Helena Winata', 'Jieun Oh', 'Takafumi Yamaguchi', 'Arpi Beshlikyan', 'Selina Wu']
Contributors: ['Aaron Holmes', 'Helena Winata', 'Jieun Oh', 'Takafumi Yamaguchi', 'Arpi Beshlikyan', 'Selina Wu', 'Beth Neilsen']
Languages: ['Dockerfile']
Tools: ['Picard']
Version: ['2.27.4']
Version: ['3.0.0']
Purpose: 'A set of tools for manipulating SAM/BAM/CRAM and VCF file formats'
References: 'https://github.com/broadinstitute/picard'

0 comments on commit 5d16bec

Please sign in to comment.