add TODO
This commit is contained in:
parent
81eef3aa37
commit
c554d9db25
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue