Updated GenomicAnnotator integration tests to include the -NO_HEADER argument so that they tests op yelling about trtrivial differences
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5398 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
85ff983a59
commit
b6339967f8
|
|
@ -54,10 +54,11 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest {
|
||||||
"-L 22:10000000-20000000",
|
"-L 22:10000000-20000000",
|
||||||
"-B:refseq,AnnotatorInputTable " + b37Refseq,
|
"-B:refseq,AnnotatorInputTable " + b37Refseq,
|
||||||
"-B:variant,VCF " + testFileWithIndels,
|
"-B:variant,VCF " + testFileWithIndels,
|
||||||
|
"-NO_HEADER",
|
||||||
"-o %s"
|
"-o %s"
|
||||||
),
|
),
|
||||||
1,
|
1,
|
||||||
Arrays.asList("1f8189433e87cc0b986cddb6a9a74585")
|
Arrays.asList("cdf1037b5d17635398268f473160730c")
|
||||||
);
|
);
|
||||||
executeTest("testGenomicAnnotatorOnIndels", testOnIndels);
|
executeTest("testGenomicAnnotatorOnIndels", testOnIndels);
|
||||||
}
|
}
|
||||||
|
|
@ -71,6 +72,7 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest {
|
||||||
"-L 22:10000000-20000000",
|
"-L 22:10000000-20000000",
|
||||||
"-B:refseq,AnnotatorInputTable " + b37Refseq,
|
"-B:refseq,AnnotatorInputTable " + b37Refseq,
|
||||||
"-B:variant,VCF " + testFileWithSNPsAndIndels,
|
"-B:variant,VCF " + testFileWithSNPsAndIndels,
|
||||||
|
"-NO_HEADER",
|
||||||
"-o %s"
|
"-o %s"
|
||||||
),
|
),
|
||||||
1,
|
1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue