File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ muscle=3.8.1551
21
21
mvicuna=1.0
22
22
novoalign=3.07.00
23
23
parallel=20160622
24
- picard-slim=2.20.5
24
+ picard-slim=2.21.1
25
25
pigz=2.4
26
26
prinseq=0.20.4
27
27
samtools=1.9
Original file line number Diff line number Diff line change 1
1
lbzip2=2.5
2
2
lz4-c=1.9.1
3
3
fastqc=0.11.7
4
- picard-slim=2.20.5
4
+ picard-slim=2.21.1
5
5
pigz=2.4
6
6
samtools=1.9
7
7
unzip=6.0
Original file line number Diff line number Diff line change 19
19
import util .misc
20
20
21
21
TOOL_NAME = "picard"
22
- TOOL_VERSION = '2.20.5 '
22
+ TOOL_VERSION = '2.21.1 '
23
23
TOOL_URL = 'https://github.com/broadinstitute/picard/releases/download/' \
24
24
+ '{ver}/picard-tools-{ver}.zip' .format (ver = TOOL_VERSION )
25
25
# Note: /seq/software/picard/{versionnumber}/ does not correspond with github release numbers!
You can’t perform that action at this time.
0 commit comments