Odd, what I saw on IntelliJ hadn't saved to sting before committing. Here's the actual change.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2956 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
fe8a8b9199
commit
21bf8b4b93
|
|
@ -385,7 +385,7 @@ public class CoverageStatistics extends LocusWalker<Map<String,int[]>, CoverageA
|
|||
|
||||
private String formatBin(int[] bins, int quartile) {
|
||||
if ( quartile >= bins.length ) {
|
||||
return String.format(">%d",bins[quartile]);
|
||||
return String.format(">%d",bins[bins.length-1]);
|
||||
} else if ( quartile < 0 ) {
|
||||
return String.format("<%d",bins[0]);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue