comparison table-sort.xml @ 10:3f74684fb2a8

planemo upload
author jpayne
date Wed, 31 Jan 2018 09:19:32 -0500
parents fa9bd5c8fae0
children 15230438f7f5
comparison
equal deleted inserted replaced
9:4eaafbdfb8bf 10:3f74684fb2a8
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 | python $__tool_directory__/table-sort.py $headers > $sorted 7 cat $table | python3 $__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>