Skip to content

Commit 3ed9b1d

Browse files
committed
Merge pull request #262 from samtools/jc_oracle_sdk_compat
Fix build issue.
2 parents 653965a + 6e87e9b commit 3ed9b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/htsjdk/samtools/cram/lossy/Binning.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Binning {
6060
// 25-29 27
6161
// 30-34 33
6262
// 35-39 37
63-
// 40 40
63+
// greater than or equal to 40 40
6464
// @formatter:on
6565
public static final byte[] ILLUMINA_BINNING_MATRIX = new byte[]{
6666
// @formatter:off

0 commit comments

Comments
 (0)