Mercurial > repos > jpayne > table_ops
comparison table-sort.xml @ 8:fa9bd5c8fae0
planemo upload
author | jpayne |
---|---|
date | Tue, 30 Jan 2018 15:54:55 -0500 |
parents | e2d0b5662c08 |
children | 3f74684fb2a8 |
comparison
equal
deleted
inserted
replaced
7:e2d0b5662c08 | 8:fa9bd5c8fae0 |
---|---|
2 <description>on specified header or headers</description> | 2 <description>on specified header or headers</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="3.4">python3</requirement> | 4 <requirement type="package" version="3.4">python3</requirement> |
5 </requirements> | 5 </requirements> |
6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
7 cat $table | $__tool_directory__/table-sort.py $headers > $sorted | 7 cat $table | python $__tool_directory__/table-sort.py $headers > $sorted |
8 ]]></command> | 8 ]]></command> |
9 <inputs> | 9 <inputs> |
10 <param name="table" format="tsv" label="Table in TSV format to sort." type="data" /> | 10 <param name="table" format="tsv" label="Table in TSV format to sort." type="data" /> |
11 <param name="headers" type="text" label="Space-delimited list of headers on which to sort." /> | 11 <param name="headers" type="text" label="Space-delimited list of headers on which to sort." /> |
12 </inputs> | 12 </inputs> |