Skip to content

Commit

Permalink
picard 2.20.5 -> 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 3, 2019
1 parent 7d972d6 commit ada80be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-conda.txt
Expand Up @@ -21,7 +21,7 @@ muscle=3.8.1551
mvicuna=1.0
novoalign=3.07.00
parallel=20160622
picard-slim=2.20.5
picard-slim=2.21.1
pigz=2.4
prinseq=0.20.4
samtools=1.9
Expand Down
2 changes: 1 addition & 1 deletion requirements-minimal.txt
@@ -1,7 +1,7 @@
lbzip2=2.5
lz4-c=1.9.1
fastqc=0.11.7
picard-slim=2.20.5
picard-slim=2.21.1
pigz=2.4
samtools=1.9
unzip=6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/picard.py
Expand Up @@ -19,7 +19,7 @@
import util.misc

TOOL_NAME = "picard"
TOOL_VERSION = '2.20.5'
TOOL_VERSION = '2.21.1'
TOOL_URL = 'https://github.com/broadinstitute/picard/releases/download/' \
+ '{ver}/picard-tools-{ver}.zip'.format(ver=TOOL_VERSION)
# Note: /seq/software/picard/{versionnumber}/ does not correspond with github release numbers!
Expand Down

0 comments on commit ada80be

Please sign in to comment.