https://github.com/genome/genome
Revision a679b33ce32e42eae97b46294fdfa42565aeead0 authored by Ian Ferguson on 24 April 2015, 21:00:36 UTC, committed by Ian Ferguson on 24 April 2015, 21:00:36 UTC
Prior to version 1.124, Picard was made up as a set of jars, one for
each tool, installed under /usr/share/java/picard-toolsV.VVV/.
Additionally, a support jar would be installed as
/usr/share/java/picard-V.VVV.jar.

Picard versions 1.124 and later use a single jar, installed as
/usr/share/java/picard-V.VVV.jar, to provide all tools.

The Picard GMT was picking up both single- and multi-jar versions of
Picard, even though it could only handle the older multi-jar versions.
This commit should prevent the Picard GMT from picking up the single-jar
versions of Picard (1.124 and later) until single-jar support can be
added.
1 parent 7f3a9f3
History
Tip revision: a679b33ce32e42eae97b46294fdfa42565aeead0 authored by Ian Ferguson on 24 April 2015, 21:00:36 UTC
Stop picking up single jar versions of Picard.
Tip revision: a679b33

README

back to top