Mercurial > repos > galaxyp > blastxml_to_tabular_selectable
changeset 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 | |
files | blastxml_to_tabular_selectable.py blastxml_to_tabular_selectable.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 ):
--- 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"/>