0
|
1 <?xml version="."?>
|
12
|
2 <tool id="bmsb_model" name="Brown Marmorated Stink Bug" version="1.0.0">
|
|
3 <description>model</description>
|
0
|
4 <requirements>
|
10
|
5 <requirement type="package" version="3.3.1">r-base</requirement>
|
12
|
6 <requirement type="package" version="1.3.0">r-optparse</requirement>
|
0
|
7 </requirements>
|
|
8 <command>
|
|
9 <![CDATA[
|
|
10 Rscript $__tool_directory__/bmsb.R
|
23
|
11 -i "$input"
|
20
|
12 #if str($output_r_logging_cond.output_r_logging) == "yes":
|
|
13 -s "true"
|
|
14 -m "$output_r_log"
|
|
15 #end if
|
12
|
16 -o "$output"
|
0
|
17 ]]>
|
|
18 </command>
|
|
19 <inputs>
|
12
|
20 <param name="input" type="data" format="csv" label="Select temperature data" />
|
20
|
21 <conditional name="output_r_logging_cond">
|
|
22 <param name="output_r_logging" type="select" label="Output R logging?" help="Generate an additional dataset consisting of R messages.">
|
|
23 <option value="yes" selected="True">Yes</option>
|
|
24 <option value="no">No</option>
|
|
25 </param>
|
|
26 <when value="no"/>
|
|
27 <when value="yes"/>
|
|
28 </conditional>
|
0
|
29 </inputs>
|
|
30 <outputs>
|
20
|
31 <data name="output_r_log" format="txt" label="${tool.name} on ${on_string}: R log">
|
|
32 <filter>output_r_logging_cond['output_r_logging'] == "yes"</filter>
|
|
33 </data>
|
0
|
34 <data name="output" format="RData"/>
|
|
35 </outputs>
|
|
36 <help>
|
|
37 **What it does**
|
|
38
|
|
39 BMSB prototype tool.
|
|
40 </help>
|
|
41 <citations>
|
|
42 <citation></citation>
|
|
43 </citations>
|
|
44 </tool>
|