Skip to content
Snippets Groups Projects
Commit eebb1c38 authored by Renne Thomas's avatar Renne Thomas
Browse files

Correct mismatch lines within TandemParameter summary

parent 65c69fed
No related branches found
No related tags found
1 merge request!22Willy's issues
......@@ -379,7 +379,7 @@ XtandemParamWidget::setSpectrumParameters(TandemParameters xtandem_parameters)
xtandem_parameters.getValue("spectrum, fragment mass type"));
ui->unitsForFragmentIonMassToleranceMonoisotopicLineEdit->setText(
xtandem_parameters.getValue(
"spectrum, fragment monoisotopic mass error units"));
"spectrum, fragment monoisotopic mass error"));
ui->fragmentIonMassToleranceMonoisotopicLineEdit->setText(
xtandem_parameters.getValue(
"spectrum, parent monoisotopic mass error minus"));
......@@ -489,11 +489,11 @@ XtandemParamWidget::setRefineParameters(TandemParameters xtandem_parameters)
ui->alterFixedModifications2LineEdit->setText(
xtandem_parameters.getValue("refine, modification mass 2"));
ui->alterFixedModificationsLineEdit->setText(
ui->alterPotentialModificationsLineEdit->setText(
xtandem_parameters.getValue("refine, potential modification mass"));
ui->alterFixedModifications1LineEdit->setText(
ui->alterPotentialModifications1LineEdit->setText(
xtandem_parameters.getValue("refine, potential modification mass 1"));
ui->alterFixedModifications2LineEdit->setText(
ui->alterPotentialModifications2LineEdit->setText(
xtandem_parameters.getValue("refine, potential modification mass 2"));
ui->potentialModificationsMotifLineEdit_2->setText(
......
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