Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
droazen committed Apr 1, 2022
1 parent c6dd4bc commit 503811c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void testMixedNormalAndRequesterPays(String referenceBase, String bamBase
String intervalBase, boolean requiresRequesterPays) throws IOException {
final ArgumentsBuilder args = new ArgumentsBuilder();
final File output = IOUtils.createTempFile("out", ".txt");
System.out.println("GCP TEST PROJECT: " + getGCPTestProject());
args.addReference(referenceBase + "hg19mini.fasta")
.addInput(bamBase + "reads_data_source_test1.bam" )
.addVCF(vcfBase + "example_variants_withSequenceDict.vcf")
Expand Down

0 comments on commit 503811c

Please sign in to comment.