Repository 'blastxml_to_tabular_selectable'
hg clone https://toolshed.g2.bx.psu.edu/repos/galaxyp/blastxml_to_tabular_selectable

Changeset 1:5da5dcc5e13a (2014-10-08)
Previous changeset 0:2bd0cbccb3c6 (2014-10-08)
Commit message:
Update from 24 to 25 columns and update versions to 1.0.0
modified:
blastxml_to_tabular_selectable.py
blastxml_to_tabular_selectable.xml
b
diff -r 2bd0cbccb3c6 -r 5da5dcc5e13a blastxml_to_tabular_selectable.py
--- a/blastxml_to_tabular_selectable.py Wed Oct 08 19:38:28 2014 -0400
+++ b/blastxml_to_tabular_selectable.py Wed Oct 08 18:57:39 2014 -0500
[
@@ -66,7 +66,7 @@
 from optparse import OptionParser
 
 if "-v" in sys.argv or "--version" in sys.argv:
-    print "v0.0.12"
+    print "v1.0.0"
     sys.exit(0)
 
 if sys.version_info[:2] >= ( 2, 5 ):
b
diff -r 2bd0cbccb3c6 -r 5da5dcc5e13a blastxml_to_tabular_selectable.xml
--- 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
b
@@ -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"/>