0
|
1 <tool id="alvisplan" name="AlvisPlan" version="0.0.1">
|
|
2 <description>AlvisNLP/ML</description>
|
|
3 <command interpreter="python">
|
|
4 alvisplan.py
|
|
5 $input
|
|
6 #for $op in $operations
|
|
7 '${op.optype}
|
|
8 ${op.value}'
|
|
9 #end for
|
|
10 </command>
|
|
11 <inputs>
|
|
12 <param format="plan,xml,txt" name="input" type="data" label="Select plan" help="The plan to execute"/>
|
|
13
|
|
14 <param name="mystring" type="text" label="Say something interesting">
|
|
15 <sanitizer invalid_char="">
|
|
16 <valid initial="string.letters,string.digits"><add value="_" /> </valid>
|
|
17 </sanitizer>
|
|
18 </param>
|
|
19
|
|
20 <repeat name="operations" title="Plan parameters">
|
|
21 <param name="parameter" label="Parameter" type="text" />
|
|
22 <param name="value" label="Value" type="text" />
|
|
23 </repeat>
|
|
24 </inputs>
|
|
25 <outputs>
|
|
26 <data format="tabular" name="out_file1" />
|
|
27 </outputs>
|
|
28 <tests>
|
|
29 <test>
|
|
30 </test>
|
|
31 </tests>
|
|
32 <help>
|
|
33 </help>
|
|
34 </tool>
|