diff blastxml_to_tabular_selectable.xml @ 1:5da5dcc5e13a default tip

Update from 24 to 25 columns and update versions to 1.0.0
author Jim Johnson <jj@umn.edu>
date Wed, 08 Oct 2014 18:57:39 -0500
parents 2bd0cbccb3c6
children
line wrap: on
line diff
--- a/blastxml_to_tabular_selectable.xml	Wed Oct 08 19:38:28 2014 -0400
+++ b/blastxml_to_tabular_selectable.xml	Wed Oct 08 18:57:39 2014 -0500
@@ -1,4 +1,4 @@
-<tool id="blastxml_to_tabular_selectable" name="BLAST XML to selected tabular columns" version="0.0.9">
+<tool id="blastxml_to_tabular_selectable" name="BLAST XML to selected tabular columns" version="1.0.0">
     <description>Convert BLAST XML output to tabular</description>
     <command interpreter="python">
       blastxml_to_tabular_selectable.py -o $tabular_file 
@@ -36,7 +36,7 @@
         <conditional name="output">
           <param name="out_format" type="select" label="Output format">
             <option value="std" selected="True">Tabular (standard 12 columns)</option>
-            <option value="ext">Tabular (extended 24 columns)</option>
+            <option value="ext">Tabular (extended 25 columns)</option>
             <option value="cols">Tabular (select columns to output)</option>
           </param>
           <when value="std"/>