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

make output of spectra unique within a group

parent 9c0972d9
No related branches found
No related tags found
No related merge requests found
......@@ -183,8 +183,10 @@ public class OdsSpectraOutput {
logger.debug("pepMassSet numbering");
pepMassSet.numbering();
// sample scans may be shared within a group
HashSet<HashSampleScan> uniqueHashSampleScan = new HashSet<HashSampleScan>();
for (SubGroup sg : group.getSubGroupSet().getSubGroupList()) {
HashSet<HashSampleScan> uniqueHashSampleScan = new HashSet<HashSampleScan>();
for (HashSampleScanSetProt hashProt : sg
.getHashSampleScanSetProtList()) {
......
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