Mercurial > repos > jpayne > table_ops
changeset 3:77fc9c4a7ef0
planemo upload
author | jpayne |
---|---|
date | Mon, 29 Jan 2018 13:58:43 -0500 |
parents | 8c5fb0c5e560 |
children | 4a5c79572664 |
files | table-sort.xml table-union.xml |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/table-sort.xml Fri Jan 26 16:38:41 2018 -0500 +++ b/table-sort.xml Mon Jan 29 13:58:43 2018 -0500 @@ -1,6 +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> </requirements> <command detect_errors="exit_code"><![CDATA[ cat $table | $__tool_directory__/table-sort.py $headers > $sorted
--- a/table-union.xml Fri Jan 26 16:38:41 2018 -0500 +++ b/table-union.xml Mon Jan 29 13:58:43 2018 -0500 @@ -1,6 +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> </requirements> <command detect_errors="exit_code"><![CDATA[ $__tool_directory__/table-union.py