Skip to content

Commit

Permalink
replace with master
Browse files Browse the repository at this point in the history
  • Loading branch information
dekling committed Sep 11, 2015
1 parent f5a2b11 commit 8e5b8b8
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class QualityScoreDistributionIntegrationTest extends CommandLineProgramTest {
private static final File TEST_DATA_DIR = new File(getTestDataDir(), "picard/analysis/QualityScoreDistribution");

@Test
@Test(groups = {"R"})
public void test() throws IOException {
final File input = new File(TEST_DATA_DIR, "first5000a.bam");
final File expectedFile = new File(TEST_DATA_DIR, "qualscoredist.txt");
Expand Down
Loading

0 comments on commit 8e5b8b8

Please sign in to comment.