Mercurial > repos > jpayne > table_ops
comparison table-sort.xml @ 3:77fc9c4a7ef0
planemo upload
author | jpayne |
---|---|
date | Mon, 29 Jan 2018 13:58:43 -0500 |
parents | f1f2497301d3 |
children | 4a5c79572664 |
comparison
equal
deleted
inserted
replaced
2:8c5fb0c5e560 | 3:77fc9c4a7ef0 |
---|---|
1 <tool id="table-sort" name="Sort tabular dataset" version="0.1.0"> | 1 <tool id="table-sort" name="Sort tabular dataset" version="0.1.0"> |
2 <description>on specified header or headers</description> | 2 <description>on specified header or headers</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package">package_python_3_5</requirement> | |
4 </requirements> | 5 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
6 cat $table | $__tool_directory__/table-sort.py $headers > $sorted | 7 cat $table | $__tool_directory__/table-sort.py $headers > $sorted |
7 ]]></command> | 8 ]]></command> |
8 <inputs> | 9 <inputs> |