Mercurial > repos > jpayne > table_ops
changeset 12:15230438f7f5
planemo upload
author | jpayne |
---|---|
date | Mon, 12 Feb 2018 10:22:47 -0500 |
parents | 2949b8929037 |
children | 746091a78780 |
files | table-sort.xml table-union.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/table-sort.xml Wed Jan 31 09:47:10 2018 -0500 +++ b/table-sort.xml Mon Feb 12 10:22:47 2018 -0500 @@ -1,10 +1,10 @@ <tool id="table-sort" name="Sort tabular dataset" version="0.1.0"> <description>on specified header or headers</description> <requirements> - <requirement type="package" version="3.4">python3</requirement> + <!-- <requirement type="package" version="3.4">python3</requirement> --> </requirements> <command detect_errors="exit_code"><![CDATA[ - cat $table | python3 $__tool_directory__/table-sort.py $headers > $sorted + cat $table | python $__tool_directory__/table-sort.py $headers > $sorted ]]></command> <inputs> <param name="table" format="tsv" label="Table in TSV format to sort." type="data" />
--- a/table-union.xml Wed Jan 31 09:47:10 2018 -0500 +++ b/table-union.xml Mon Feb 12 10:22:47 2018 -0500 @@ -1,10 +1,10 @@ <tool id="table-union" name="Merge tabular datasets" version="0.1.0"> <description>by combining their rows and unionizing columns</description> <requirements> - <requirement type="package" version="3.4">python3</requirement> + <!-- <requirement type="package" version="3.4">python</requirement> --> </requirements> <command detect_errors="exit_code"><![CDATA[ - python3 $__tool_directory__/table-union.py + python $__tool_directory__/table-union.py #for $table in $tables $table #end for