Mercurial > repos > jpayne > table_ops
changeset 4:4a5c79572664
planemo upload
author | jpayne |
---|---|
date | Mon, 29 Jan 2018 16:17:35 -0500 |
parents | 77fc9c4a7ef0 |
children | b8baf3ffa9d9 |
files | table-sort.xml table-union.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/table-sort.xml Mon Jan 29 13:58:43 2018 -0500 +++ b/table-sort.xml Mon Jan 29 16:17:35 2018 -0500 @@ -1,7 +1,7 @@ <tool id="table-sort" name="Sort tabular dataset" version="0.1.0"> <description>on specified header or headers</description> <requirements> - <requirement type="package">package_python_3_5</requirement> + <requirement type="package" version="3.6">python</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ cat $table | $__tool_directory__/table-sort.py $headers > $sorted
--- a/table-union.xml Mon Jan 29 13:58:43 2018 -0500 +++ b/table-union.xml Mon Jan 29 16:17:35 2018 -0500 @@ -1,7 +1,7 @@ <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">package_python_3_5</requirement> + <requirement type="package" version="3.6">python</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ $__tool_directory__/table-union.py