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

PAI attribute added in matche element (F. Rusconi's request)

parent 6577611d
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,8 @@ public class save_project {
writer.writeAttribute("validate", "" + m.isIsvalidate());
writer.writeAttribute("PAI", "" + m.getPAI());
writer.writeStartElement("protein");
writer.writeAttribute("peptide_number", ""
+ m.get_protein_match().get_peptides_numbers());
......
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