Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenjamin committed Feb 26, 2019
1 parent 58fc405 commit 1200903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ public void testPrunedCycle() throws Exception {
final File output = createTempFile("output", ".vcf");

final String[] args = {
"-I", "/Users/davidben/Desktop/munrosa_bams_bugreport/pruned_cycle.bam",
"-I", TEST_FILES_DIR + "pruned_cycle.bam",
"-R", b37Reference,
"-L", "1:169510380",
"--" + IntervalArgumentCollection.INTERVAL_PADDING_LONG_NAME, "100",
Expand Down

0 comments on commit 1200903

Please sign in to comment.