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

get the same peptide mass id for phospho and normal mode

parent cfe767aa
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ import fr.inra.pappso.xtandempipeline.class_msms.GroupingProtein.PeptideMass;
import fr.inra.pappso.xtandempipeline.grouping.Group;
import fr.inra.pappso.xtandempipeline.grouping.HashSampleScanSetPhospho;
import fr.inra.pappso.xtandempipeline.grouping.SubGroup;
import fr.inra.pappso.xtandempipeline.grouping.interfaces.GrpProtMatch;
public class Utils {
private static final Logger logger = Logger.getLogger(Utils.class);
......@@ -80,7 +79,6 @@ public class Utils {
throw new MSMSException(message);
}
return "pep" + getPappsoGroupingId(group.getNumber())
+ getPappsoGroupingId(sg.getNumber())
+ getPappsoGroupingId(peptideMass.getNumber());
}
......
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