Home
last modified time | relevance | path

Searched defs:POINTS_MATCH2 (Results 1 – 3 of 3) sorted by relevance

/dports/biology/bbmap/bbmap/jni/
H A DMultiStateAligner11tsJNI.c44 #define POINTS_MATCH2 100 //Note: Changing to 90 substantially reduces false positives macro
/dports/biology/bbmap/bbmap/current/align2/
H A DMSA.java747 public abstract int POINTS_MATCH2(); in POINTS_MATCH2() method in MSA
H A DAbstractMapThread.java2345 …hRight, final int idealStart, final int maxAllowedMismatches, int POINTS_MATCH, int POINTS_MATCH2){ in quickRescue()
2877 public final int POINTS_MATCH, POINTS_MATCH2; local