This commit is contained in:
Ami Levy-Moonshine 2013-01-06 23:04:38 -05:00
parent 81eef3aa37
commit c554d9db25
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class PairHMMIndelErrorModel {
pairHMM = new OriginalPairHMM();
break;
case CACHING:
case LOGLESS_CACHING:
case LOGLESS_CACHING: //TODO: still not tested so please do not use yet
pairHMM = new LoglessCachingPairHMM();
System.err.println("warning: this option (LOGLESS_CACHING in UG) is still under development");
break;