Skip to content

Commit

Permalink
fix order in XML element Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pgdurand committed May 12, 2017
1 parent f6d1183 commit fa02be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alignment/visitors/impl/XmlOutputVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ void XmlOutputVisitor::visitQuerySequence (
printline (1, "<BlastOutput_query-seq>not specified</BlastOutput_query-seq>");
printline (1, "<BlastOutput_param>");
printline (2, "<Parameters>");
printParameter(STR_OPTION_EVALUE, "expect");
printParameter(STR_OPTION_SCORE_MATRIX, "matrix");
printParameter(STR_OPTION_EVALUE, "expect");
printParameter(STR_OPTION_OPEN_GAP_COST, "gap-open");
printParameter(STR_OPTION_EXTEND_GAP_COST, "gap-extend");
printParameter(STR_OPTION_FILTER_QUERY, "filter");
Expand Down

0 comments on commit fa02be1

Please sign in to comment.