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

grouping ODS sheet ready

parent 5b4ebea8
No related branches found
No related tags found
Loading
......@@ -150,6 +150,12 @@ bool XpipSaxHandler::startElement_information(QXmlAttributes attributes) {
//<information Data_Type="indiv" match_number="223"/>
qDebug() << "startElement_information ";
_p_project->setCombineMode(true);
if (attributes.value("Data_Type").simplified() == "indiv") {
_p_project->setCombineMode(false);
}
_count_protein_match = attributes.value("match_number").toUInt();
qDebug() << "startElement_information end" ;
return true;
}
......
......@@ -88,6 +88,7 @@ private:
FastaFileSp _current_fasta_file_sp;
QMap<QString, pappso::AaModificationP> _map_massstr_aamod;
uint _count_protein_match;
};
#endif // XTANDEMRESULTSHANDLER_H
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