changeset 45:abc41ef6c6d4 draft

Uploaded v0.1.00 preview 8, fix regression in output format.
author peterjc
date Tue, 11 Mar 2014 11:31:38 -0400
parents 9fc8b8a639c9
children 148eceb80cbb
files tools/ncbi_blast_plus/ncbi_macros.xml
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -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">