gatk-3.8/protected/java
Karthik Gururaj dc44b64ad8 1. Added support for building the PairHMM vector library into build.xml.
The library is compiled using  makefile and copied into the directory:
build/java/classes/org/broadinstitute/sting/utils/pairhmm/
2. Bundled the library into StingUtils.jar. Unpacked and loaded at
runtime without the need to set java.library.path

Caveats:
Platform independence has probably been thrown out of the window.
Assumptions:
a. make command exists at /usr/bin/make
b. rsync command exists at /usr/bin/rsync
c. icc is in the PATH of the user
2014-02-07 13:13:59 -08:00
..
src/org/broadinstitute/sting 1. Added support for building the PairHMM vector library into build.xml. 2014-02-07 13:13:59 -08:00
test/org/broadinstitute/sting Allow for additional input data to be used in the VQSR for clustering but don't carry it forward into the output VCF file. 2014-01-02 14:46:04 -05:00