Skip to content
Snippets Groups Projects
Commit 94258287 authored by Olivier Langella's avatar Olivier Langella
Browse files

display evalue and hyperscore in peptide details

parent f58c128d
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,8 @@ void PeptideWindow::updateDisplay() {
ui->z_label->setText(QString("%1").arg(_p_peptide_match->getCharge()));
ui->scan_label->setText(QString("%1").arg(_p_peptide_match->getScan()));
ui->modification_label->setText(_p_peptide_match->getPeptideXtpSp().get()->getModifString());
ui->hyperscore_label->setText(_p_peptide_match->getParam(PeptideMatchParam::tandem_hyperscore).toString());
ui->evalue_label->setText(QString::number(_p_peptide_match->getEvalue(), 'g', 4));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment