Home
last modified time | relevance | path

Searched refs:countVars (Results 1 – 3 of 3) sorted by relevance

/dports/biology/bbmap/bbmap/current/var2/
H A DFilterSam.java611 …final int vars=(subsOnly ? Read.countSubs(r.match) : Read.countVars(r.match, Var.CALL_SUB, Var.CAL…
H A DCallVariants.java1407 final int vars=Read.countVars(r.match, Var.CALL_SUB, Var.CALL_INS, Var.CALL_DEL);
/dports/biology/bbmap/bbmap/current/stream/
H A DRead.java2359 public static int countVars(byte[] match){ in countVars() method in Read
2360 return countVars(match, true, true, true); in countVars()
2363 public static int countVars(byte[] match, boolean sub, boolean ins, boolean del){ in countVars() method in Read