MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / min3

Method min3

src/rnabloom/util/SeqUtils.java:269–271  ·  view source on GitHub ↗
(int a, int b, int c)

Source from the content-addressed store, hash-verified

267 }
268
269 private static int min3(int a, int b, int c) {
270 return Math.min(a, Math.min(b, c));
271 }
272
273 public static final int getNumGC(String seq) {
274 int numGC = 0;

Callers 1

getDistanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected