added root GATKData variable

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2831 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-02-12 15:25:34 +00:00
parent c6f6948f9d
commit 197dd540b5
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ public abstract class BaseTest {
protected static String seqLocation = "/seq/";
protected static String oneKGLocation = "/broad/1KG/";
protected static String validationDataLocation = "/humgen/gsa-scr1/GATK_Data/Validation_Data/";
protected static String GATKDataLocation = "/humgen/gsa-hpprojects/GATK/data/";
protected static String validationDataLocation = GATKDataLocation + "Validation_Data/";
protected static String testDir = "testdata/";
protected static boolean alreadySetup = false;