Previous changeset 44:9fc8b8a639c9 (2014-02-28) Next changeset 46:148eceb80cbb (2014-03-19) |
Commit message:
Uploaded v0.1.00 preview 8, fix regression in output format. |
modified:
tools/ncbi_blast_plus/ncbi_macros.xml |
b |
diff -r 9fc8b8a639c9 -r abc41ef6c6d4 tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Fri Feb 28 09:01:59 2014 -0500 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Tue Mar 11 11:31:38 2014 -0400 |
b |
@@ -1,13 +1,13 @@ <macros> <xml name="output_change_format"> <change_format> - <when input="out_format" value="0" format="txt"/> - <when input="out_format" value="0 -html" format="html"/> - <when input="out_format" value="2" format="txt"/> - <when input="out_format" value="2 -html" format="html"/> - <when input="out_format" value="4" format="txt"/> - <when input="out_format" value="4 -html" format="html"/> - <when input="out_format" value="5" format="blastxml"/> + <when input="output.out_format" value="0" format="txt"/> + <when input="output.out_format" value="0 -html" format="html"/> + <when input="output.out_format" value="2" format="txt"/> + <when input="output.out_format" value="2 -html" format="html"/> + <when input="output.out_format" value="4" format="txt"/> + <when input="output.out_format" value="4 -html" format="html"/> + <when input="output.out_format" value="5" format="blastxml"/> </change_format> </xml> <xml name="input_out_format"> |