Bug fix: BaseTest change shouldn't have been committed, first cleanup of SNP pool code (more to follow)

This commit is contained in:
Guillermo del Angel 2012-04-03 18:55:52 -04:00
parent 61e1ec6cdd
commit 5a10f173ea
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public abstract class BaseTest {
public static final String hg19Intervals = intervalsLocation + "whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.targets.interval_list";
public static final String hg19Chr20Intervals = intervalsLocation + "whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.targets.chr20.interval_list";
public static final boolean REQUIRE_NETWORK_CONNECTION = false;
public static final boolean REQUIRE_NETWORK_CONNECTION = true;
public static final String networkTempDir;
public static final File networkTempDirFile;