Skip to content
Snippets Groups Projects
Commit e3c11d5c authored by langella's avatar langella
Browse files

display dataSource filename instead of the sample name

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@349 b8ef2a07-7df7-436f-90b9-41648038564b
parent ecd14770
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ public class swt_table_peptide extends swt_table_base {
item.setChecked(pep.isValidate());
item.setText(0, "");
item.setText(1, pep.getMsRun().getSampleName());
item.setText(1, pep.getIdentificationDataSource().getName());
item.setText(2, "" + pep.get_scan());
item.setText(3, "" + pep.get_RT());
item.setText(4, "" + pep.get_charge());
......
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