Skip to content

Commit

Permalink
Make some test code available to other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecw committed May 8, 2024
1 parent e22426e commit d2be0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public static void markBamsDeleteOnExit(final File fileWithSlug, final String sl
}
}

static long countSamRecords(final File f) {
public static long countSamRecords(final File f) {
SamReaderFactory factory = SamReaderFactory.makeDefault();
SamReader reader = factory.open(f);
long count=0;
Expand Down

0 comments on commit d2be0f7

Please sign in to comment.