}
protected AlignmentPredictionModel loadPredictor(){
if(_alignPredictor == null){
try {
_alignPredictor = new AlignmentPredictionModel();
} catch (IOException e) {
System.err.println("Unable to load AlignmentPredictionModel");
e.printStackTrace();
System.exit(1);
}