comparison reorder.xml @ 27:8997f2ca8c7a

Update to Miller Lab devshed revision bae0d3306d3b
author Richard Burhans <burhans@bx.psu.edu>
date Mon, 15 Jul 2013 10:47:35 -0400
parents 248b06e86022
children a631c2f6d913
comparison
equal deleted inserted replaced
26:91e835060ad2 27:8997f2ca8c7a
1 <tool id="gd_reorder" name="Reorder" version="1.0.0"> 1 <tool id="gd_reorder" name="Reorder" version="1.0.0">
2 <description>individuals</description> 2 <description>individuals</description>
3 3
4 <command interpreter="python"> 4 <command interpreter="python">
5 reorder.py "$input" "$output" "$order" 5 reorder.py '$input' '$output' '$order'
6 </command> 6 </command>
7 7
8 <inputs> 8 <inputs>
9 <param name="input" type="data" format="gd_indivs" label="Individuals dataset" /> 9 <param name="input" type="data" format="gd_indivs" label="Individuals dataset" />
10 <param name="order" size="40" type="text" value="" label="New order"/> 10 <param name="order" size="40" type="text" value="" label="New order"/>