fixing exception text
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5581 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
4b451314b2
commit
cc713f2769
|
|
@ -718,7 +718,7 @@ public class UnifiedGenotyperEngine {
|
||||||
case GRID_SEARCH:
|
case GRID_SEARCH:
|
||||||
afcm = new GridSearchAFEstimation(UAC, N, logger, verboseWriter);
|
afcm = new GridSearchAFEstimation(UAC, N, logger, verboseWriter);
|
||||||
break;
|
break;
|
||||||
default: throw new IllegalArgumentException("Unexpected GenotypeCalculationModel " + UAC.GLmodel);
|
default: throw new IllegalArgumentException("Unexpected AlleleFrequencyCalculationModel " + UAC.AFmodel);
|
||||||
}
|
}
|
||||||
|
|
||||||
return afcm;
|
return afcm;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue