0
|
1 <?xml version="."?>
|
12
|
2 <tool id="bmsb_model" name="Brown Marmorated Stink Bug" version="1.0.0">
|
24
|
3 <description></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[
|
24
|
10 #import json
|
0
|
11 Rscript $__tool_directory__/bmsb.R
|
23
|
12 -i "$input"
|
12
|
13 -o "$output"
|
24
|
14 ###if str($output_r_logging_cond.output_r_logging) == "yes":
|
|
15 ## -s "true"
|
|
16 ## -m "$output_r_log"
|
|
17 ###end if
|
|
18 ###if str($output_r_logging_cond.output_r_logging) == "yes":
|
|
19 ## -e "true"
|
|
20 ## -x "$output_ex_report"
|
|
21 ###end if
|
0
|
22 ]]>
|
|
23 </command>
|
|
24 <inputs>
|
24
|
25 <param name="input" type="data" format="RData" label="RData input" />
|
|
26 <!--
|
20
|
27 <conditional name="output_r_logging_cond">
|
|
28 <param name="output_r_logging" type="select" label="Output R logging?" help="Generate an additional dataset consisting of R messages.">
|
|
29 <option value="yes" selected="True">Yes</option>
|
|
30 <option value="no">No</option>
|
|
31 </param>
|
|
32 <when value="no"/>
|
|
33 <when value="yes"/>
|
|
34 </conditional>
|
24
|
35 -->
|
0
|
36 </inputs>
|
|
37 <outputs>
|
24
|
38 <!--
|
20
|
39 <data name="output_r_log" format="txt" label="${tool.name} on ${on_string}: R log">
|
|
40 <filter>output_r_logging_cond['output_r_logging'] == "yes"</filter>
|
|
41 </data>
|
24
|
42 <data name="output_ex_report" format="json" label="${tool.name} on ${on_string}: Experiment report">
|
|
43 <filter>output_experiment_report_cond['output_experiment_report'] == "yes"</filter>
|
|
44 </data>
|
|
45 -->
|
0
|
46 <data name="output" format="RData"/>
|
|
47 </outputs>
|
|
48 <help>
|
|
49 **What it does**
|
|
50
|
|
51 BMSB prototype tool.
|
|
52 </help>
|
|
53 <citations>
|
|
54 <citation></citation>
|
|
55 </citations>
|
|
56 </tool>
|