Mercurial > repos > miller-lab > genome_diversity
comparison reorder.xml @ 24:248b06e86022
Added gd_genotype datatype. Modified tools to support new datatype.
author | Richard Burhans <burhans@bx.psu.edu> |
---|---|
date | Tue, 28 May 2013 16:24:19 -0400 |
parents | |
children | 8997f2ca8c7a |
comparison
equal
deleted
inserted
replaced
23:66a183c44dd5 | 24:248b06e86022 |
---|---|
1 <tool id="gd_reorder" name="Reorder" version="1.0.0"> | |
2 <description>individuals</description> | |
3 | |
4 <command interpreter="python"> | |
5 reorder.py "$input" "$output" "$order" | |
6 </command> | |
7 | |
8 <inputs> | |
9 <param name="input" type="data" format="gd_indivs" label="Individuals dataset" /> | |
10 <param name="order" size="40" type="text" value="" label="New order"/> | |
11 </inputs> | |
12 | |
13 <outputs> | |
14 <data name="output" format="gd_indivs" metadata_source="input"/> | |
15 </outputs> | |
16 | |
17 <help> | |
18 </help> | |
19 </tool> |