Trivial change to retrigger broken build that really isn't broken
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3453 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
f2e7582cfc
commit
6485e8383d
|
|
@ -519,7 +519,7 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
|
|||
refReads.add(read);
|
||||
nPerfectMatches++;
|
||||
if ( nPerfectMatches % 10000 == 0 ) {
|
||||
logger.debug(String.format("Perfect matching fraction: %d %d => %.2f%n", nPerfectMatches, nReadsToClean, 100.0 * nPerfectMatches / ( nReadsToClean + 1)));
|
||||
logger.debug(String.format("Perfect matching fraction: %d %d => %.2f", nPerfectMatches, nReadsToClean, 100.0 * nPerfectMatches / ( nReadsToClean + 1)));
|
||||
}
|
||||
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue