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

remove uneeded function

parent 7c73ec0c
No related branches found
No related tags found
No related merge requests found
......@@ -112,10 +112,6 @@ public class PeptideMass implements Comparable<PeptideMass> {
this.subgroupSet.add(sg);
}
public String getHumanId(Group group) throws MSMSException {
return Utils.getPappsoPeptideMassId(group, this);
}
public SubGroupSet getSubGroupSet() {
return this.subgroupSet;
}
......
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