Move BQSR integration test and its dependent files into public; previously there was a protected->private dependency.

This commit is contained in:
Eric Banks 2012-07-18 21:11:33 -04:00
parent 0b87b0ead8
commit 9c1ab1b0c0
4 changed files with 94995 additions and 3 deletions

View File

@ -36,7 +36,7 @@ public class BQSRIntegrationTest extends WalkerTest {
@DataProvider(name = "BQSRTest")
public Object[][] createBQSRTestData() {
String HiSeqBam = privateTestDir + "HiSeq.1mb.1RG.bam";
String HiSeqBam = publicTestDir + "HiSeq.1mb.1RG.bam";
String HiSeqInterval = "chr1:10,000,000-10,100,000";
return new Object[][]{
{new BQSRTest(hg18Reference, HiSeqBam, HiSeqInterval, "", "087dbc3e3f0cee6b891aecad2d0faf25")},
@ -115,8 +115,8 @@ public class BQSRIntegrationTest extends WalkerTest {
WalkerTestSpec spec = new WalkerTestSpec(
"-T PrintReads" +
" -R " + hg18Reference +
" -I " + privateTestDir + "HiSeq.1mb.1RG.bam" +
" -BQSR " + privateTestDir + "HiSeq.1mb.1RG.table" +
" -I " + publicTestDir + "HiSeq.1mb.1RG.bam" +
" -BQSR " + publicTestDir + "HiSeq.1mb.1RG.table" +
params.args +
" -o %s",
Arrays.asList(params.md5));

BIN
public/testdata/HiSeq.1mb.1RG.bai vendored 100644

Binary file not shown.

BIN
public/testdata/HiSeq.1mb.1RG.bam vendored 100644

Binary file not shown.

94992
public/testdata/HiSeq.1mb.1RG.table vendored 100644

File diff suppressed because it is too large Load Diff