Skip to content
Snippets Groups Projects
Commit b7a3af5e authored by Renne Thomas's avatar Renne Thomas
Browse files

Add end_element for alignment group

parent 0a5e57eb
No related branches found
No related tags found
1 merge request!20Handle tdf for MsRunStatistics
......@@ -249,6 +249,10 @@ XtpXpipSaxHandler::endElement(const QString &namespaceURI,
{
is_ok = endElement_msrun();
}
else if(qName == "msrun_group")
{
is_ok = endElement_alignmentGroup();
}
else if(qName == "sequence")
{
is_ok = endElement_sequence();
......
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