Mercurial > repos > jpayne > table_ops
diff table-sort.xml @ 10:3f74684fb2a8
planemo upload
author | jpayne |
---|---|
date | Wed, 31 Jan 2018 09:19:32 -0500 |
parents | fa9bd5c8fae0 |
children | 15230438f7f5 |
line wrap: on
line diff
--- a/table-sort.xml Wed Jan 31 09:17:24 2018 -0500 +++ b/table-sort.xml Wed Jan 31 09:19:32 2018 -0500 @@ -4,7 +4,7 @@ <requirement type="package" version="3.4">python3</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ - cat $table | python $__tool_directory__/table-sort.py $headers > $sorted + cat $table | python3 $__tool_directory__/table-sort.py $headers > $sorted ]]></command> <inputs> <param name="table" format="tsv" label="Table in TSV format to sort." type="data" />