Fixed integration test for VariantsToTable: now the * in REF column is not output

This commit is contained in:
Guillermo del Angel 2011-07-19 14:42:11 -04:00
parent e6d306458c
commit 6181d1e4cb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class VariantsToTableIntegrationTest extends WalkerTest {
@Test(enabled = true)
public void testComplexVariantsToTable() {
WalkerTestSpec spec = new WalkerTestSpec(variantsToTableCmd(" -AMD"),
Arrays.asList("b2a3712c1bfad8f1383ffada8b5017ba"));
Arrays.asList("e8f771995127b727fb433da91dd4ee98"));
executeTest("testComplexVariantsToTable", spec).getFirst();
}