// save the special advocate scores
if (tempAdvocate == Advocate.mascot.getIndex()) {
mascotScore = ((MascotScore) peptideAssumption.getUrParam(new MascotScore(0))).getScore();
} else if (tempAdvocate == Advocate.msAmanda.getIndex()
&& peptideAssumption.getUrParam(new MsAmandaScore()) != null) {
msAmandaScore = ((MsAmandaScore) peptideAssumption.getUrParam(new MsAmandaScore())).getScore();
}
}
}
}
}