Home
last modified time | relevance | path

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

/dports/biology/bbmap/bbmap/current/shared/
H A DReadStats.java762 int mlen12=b2-a1+1; in insertSizeMapped() local
765 return mlen12-Tools.max(dif1, dif2); //Approximate in insertSizeMapped()
767 return mlen12-dif1-dif2; in insertSizeMapped()