Skip to content

Commit 9f5b2c0

Browse files
authored
picard 2.20.5 -> 2.21.1 (#991)
1 parent 7d972d6 commit 9f5b2c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-conda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ muscle=3.8.1551
2121
mvicuna=1.0
2222
novoalign=3.07.00
2323
parallel=20160622
24-
picard-slim=2.20.5
24+
picard-slim=2.21.1
2525
pigz=2.4
2626
prinseq=0.20.4
2727
samtools=1.9

requirements-minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lbzip2=2.5
22
lz4-c=1.9.1
33
fastqc=0.11.7
4-
picard-slim=2.20.5
4+
picard-slim=2.21.1
55
pigz=2.4
66
samtools=1.9
77
unzip=6.0

tools/picard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import util.misc
2020

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

0 commit comments

Comments
 (0)