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

log the peptide that caused the fusion

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@287 b8ef2a07-7df7-436f-90b9-41648038564b
parent 102225f4
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ public class Group extends HashKey4GroupsSet implements Comparable<Group> {
throw new Exception(message);
}
if (this.contains(hashPeptide)) {
logger.debug("launch fusion : this peptide was found in group "+hashPeptide.toString());
yes = true;
break;
} else {
......
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