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>
|
12
|
5 <requirement type="package" version="1.3.0">r-optparse</requirement>
|
0
|
6 </requirements>
|
|
7 <command>
|
|
8 <![CDATA[
|
31
|
9 Rscript $__tool_directory__/BMSB.R
|
|
10 -adult_mort $adult_mort
|
|
11 -adult_nymph_accum $adult_nymph_accum
|
|
12 -egg_mort $egg_mort
|
|
13 -latitude $latitude
|
|
14 -location $location
|
|
15 -max_clutch_size $max_clutch_size
|
|
16 -min_clutch_size $min_clutch_size
|
|
17 -nymph_mort $nymph_mort
|
|
18 -old_nymph_accum $old_nymph_accum
|
|
19 -output $output
|
|
20 -oviposition $oviposition
|
|
21 -photoperiod $photoperiod
|
|
22 -replications $replications
|
|
23 -se_plot $se_plot
|
|
24 -sim_year $sim_year
|
|
25 -start_year $start_year
|
|
26 -temperature_datasets "$temperature_datasets"
|
|
27 -young_nymph_accum $young_nymph_accum
|
0
|
28 ]]>
|
|
29 </command>
|
|
30 <inputs>
|
31
|
31 <param name="location" type="select" label="Select a location">
|
|
32 <option value="asheville" selected=True>Asheville</option>
|
|
33 <option value="wenatchee">Wenatchee</option>
|
|
34 </param>
|
|
35 <param name="latitude" type="float" value="35.60" label="Latitude of selected location">
|
|
36 <param name="temperature_datasets" type="data" format="csv" multiple="true" label="Select datasets containing temperatures" help="One or more datasets can be selected"/>
|
|
37 <param name="start_year" type="integer" min="1990" label="Enter a starting year" />
|
|
38 <param name="replications" type="integer" value="3" label="Number of replications" />
|
|
39 <param name="photoperiod" type="float" value="13.5" label="Critical photoperiod for diapause induction/termination">
|
|
40 <param name="egg_mort" type="integer" label="Adjustment rate for egg mortality" />
|
|
41 <param name="nymph_mort" type="integer" label="Adjustment rate for nymph mortality" />
|
|
42 <param name="adult_mort" type="integer" label="Adjustment rate for adult mortality" />
|
|
43 <param name="oviposition" type="integer" label="Adjustment oviposition rate" />
|
|
44 <param name="min_clutch_size" type="integer" label="Adjustment of minimum clutch size" />
|
|
45 <param name="max_clutch_size" type="integer" label="Adjustment of maximum clutch size" />
|
|
46 <param name="young_nymph_accum" type="integer" label="Adjustment of DD accumulation (egg->young nymph)" />
|
|
47 <param name="old_nymph_accum" type="integer" label="Adjustment of DD accumulation (young nymph->old nymph)" />
|
|
48 <param name="adult_nymph_accum" type="integer" label="Adjustment of DD accumulation (old nymph->adult)" />
|
|
49 <param name="sim_year" type="integer" min="1990" label="Simulation year" />
|
|
50 <param name="se_plot" type="select" label="Plot SE?">
|
|
51 <option value="0" selected=True>No</option>
|
|
52 <option value="1">Yes</option>
|
|
53 </param>
|
0
|
54 </inputs>
|
|
55 <outputs>
|
31
|
56 <data name="output" format="RData" label="${tool.name}: ${location}, ${sim_year} on ${on_string}" />
|
0
|
57 </outputs>
|
|
58 <help>
|
|
59 **What it does**
|
|
60
|
|
61 BMSB prototype tool.
|
|
62 </help>
|
|
63 <citations>
|
|
64 <citation></citation>
|
|
65 </citations>
|
|
66 </tool>
|