comparison compute.xml @ 1:b8e386e9fd0b draft

Update package dependencies
author Assaf Gordon <assafgordon@gmail.com>
date Sat, 22 Mar 2014 16:23:47 -0400
parents ea8ec99cae2c
children 849d3bd2897c
comparison
equal deleted inserted replaced
0:ea8ec99cae2c 1:b8e386e9fd0b
1 <tool id="GroupCompute" name="Group and Compute" version="1.0.2"> 1 <tool id="GroupCompute" name="Group and Compute" version="1.0.3">
2 <description>operations on tabular data.</description> 2 <description>operations on tabular data.</description>
3
4 <requirements>
5 <requirement type="package" version="1.0.3">compute</requirement>
6 </requirements>
7
3 <command> 8 <command>
4 compute 9 compute
5 $header_in 10 $header_in
6 $header_out 11 $header_out
7 $need_sort 12 $need_sort
60 </inputs> 65 </inputs>
61 66
62 <outputs> 67 <outputs>
63 <data format="tabular" name="out_file" /> 68 <data format="tabular" name="out_file" />
64 </outputs> 69 </outputs>
65
66 <requirements>
67 <requirement type="package" version="1.0.3">compute_cli</requirement>
68 </requirements>
69 70
70 <tests> 71 <tests>
71 <test> 72 <test>
72 <param name="in_file" value="group_compute_input.txt" /> 73 <param name="in_file" value="group_compute_input.txt" />
73 <param name="grouping" value="2" /> 74 <param name="grouping" value="2" />