Pulled out CpG stratification in test results at Kiran's suggestion.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5165 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2011-02-01 18:36:09 +00:00
parent 25f045cac6
commit 06b63d8336
1 changed files with 2 additions and 2 deletions

View File

@ -95,10 +95,10 @@ public class VCFStreamingIntegrationTest extends WalkerTest {
" -R " + b36KGReference +
" -B:eval,vcf " + testFile +
" -B:comp,vcf,storage=STREAM " + tmpFifo.getAbsolutePath() +
" -EV CompOverlap -noEV" +
" -EV CompOverlap -noEV -noST" +
" -o %s",
1,
Arrays.asList("99b4edbd70e6540f39c929b435ecd8e7")
Arrays.asList("df096bd7e33fd3ec9d8527ee2379bddc")
);
executeTest("testVCFStreamingChain", selectTestSpec);