From f837e6ced7ac1fc187eb98f3f2c707a18e7f4a8c Mon Sep 17 00:00:00 2001 From: Mark DePristo Date: Thu, 29 Nov 2012 14:38:09 -0500 Subject: [PATCH] Refactored entire NA12878KB to allow us to easily build a na12878kb.jar for IGV integration -- Just separated infrastructure into core package, away from the walkers themselves. -- Added na12878kb.jar target that builds a jar that can run a test main function (see testNA12878kbJar.csh) --- build.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/build.xml b/build.xml index cc45467d8..834aef3cd 100644 --- a/build.xml +++ b/build.xml @@ -679,6 +679,24 @@ + + + + + + + + + + + + + + + + + +