Mercurial > repos > devteam > column_maker
comparison column_maker.xml @ 1:d3f10c90fc96 draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:14:53 -0400 |
parents | 4dadd821722f |
children | 292c605c2dc7 |
comparison
equal
deleted
inserted
replaced
0:4dadd821722f | 1:d3f10c90fc96 |
---|---|
2 <description>an expression on every row</description> | 2 <description>an expression on every row</description> |
3 <command interpreter="python"> | 3 <command interpreter="python"> |
4 column_maker.py $input $out_file1 "$cond" $round ${input.metadata.columns} "${input.metadata.column_types}" | 4 column_maker.py $input $out_file1 "$cond" $round ${input.metadata.columns} "${input.metadata.column_types}" |
5 </command> | 5 </command> |
6 <inputs> | 6 <inputs> |
7 <param name="cond" size="40" type="text" value="c3-c2" label="Add expression"/> | 7 <param name="cond" type="text" value="c3-c2" label="Add expression"/> |
8 <param format="tabular" name="input" type="data" label="as a new column to" help="Dataset missing? See TIP below"/> | 8 <param format="tabular" name="input" type="data" label="as a new column to" help="Dataset missing? See TIP below"/> |
9 <param name="round" type="select" label="Round result?"> | 9 <param name="round" type="select" label="Round result?"> |
10 <option value="no">NO</option> | 10 <option value="no">NO</option> |
11 <option value="yes">YES</option> | 11 <option value="yes">YES</option> |
12 </param> | 12 </param> |