Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
This commit is contained in:
commit
87f991aee7
|
|
@ -233,6 +233,7 @@ public class ValidationAmplicons extends RodWalker<Integer,Integer> {
|
|||
lowerRepeats();
|
||||
} else {
|
||||
lowerNonUniqueSegments();
|
||||
aligner.close();
|
||||
}
|
||||
print();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import java.util.Arrays;
|
|||
*/
|
||||
public class ValidationAmpliconsIntegrationTest extends WalkerTest {
|
||||
|
||||
@Test
|
||||
@Test(enabled=true)
|
||||
public void testWikiExample() {
|
||||
String siteVCF = validationDataLocation + "sites_to_validate.vcf";
|
||||
String maskVCF = validationDataLocation + "amplicon_mask_sites.vcf";
|
||||
|
|
@ -27,7 +27,7 @@ public class ValidationAmpliconsIntegrationTest extends WalkerTest {
|
|||
executeTest("Test probes", spec);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(enabled=true)
|
||||
public void testWikiExampleNoBWA() {
|
||||
String siteVCF = validationDataLocation + "sites_to_validate.vcf";
|
||||
String maskVCF = validationDataLocation + "amplicon_mask_sites.vcf";
|
||||
|
|
@ -40,7 +40,7 @@ public class ValidationAmpliconsIntegrationTest extends WalkerTest {
|
|||
executeTest("Test probes", spec);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(enabled=true)
|
||||
public void testWikiExampleMonoFilter() {
|
||||
String siteVCF = validationDataLocation + "sites_to_validate.vcf";
|
||||
String maskVCF = validationDataLocation + "amplicon_mask_sites.vcf";
|
||||
|
|
|
|||
Loading…
Reference in New Issue