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[
|
32
|
9 Rscript $__tool_directory__/bmsb.R
|
|
10 -a $adult_mort
|
36
|
11 -b $adult_accum
|
32
|
12 -c $egg_mort
|
|
13 -d $latitude
|
|
14 -e $location
|
|
15 -f $max_clutch_size
|
36
|
16 -i $min_clutch_size
|
32
|
17 -j $nymph_mort
|
|
18 -k $old_nymph_accum
|
|
19 -o $output
|
|
20 -p $oviposition
|
|
21 -q $photoperiod
|
|
22 -s $replications
|
|
23 -t $se_plot
|
|
24 -u $year
|
|
25 -v "$temperature_dataset"
|
|
26 -y $young_nymph_accum
|
0
|
27 ]]>
|
|
28 </command>
|
|
29 <inputs>
|
31
|
30 <param name="location" type="select" label="Select a location">
|
32
|
31 <option value="asheville" selected="True">Asheville</option>
|
31
|
32 <option value="wenatchee">Wenatchee</option>
|
|
33 </param>
|
32
|
34 <param name="latitude" type="float" value="35.60" label="Latitude of selected location" />
|
|
35 <param name="temperature_dataset" type="data" format="csv" label="Select dataset containing temperatures" />
|
|
36 <param name="year" type="integer" value="2004" min="1990" label="Enter the year for the temperature data" />
|
31
|
37 <param name="replications" type="integer" value="3" label="Number of replications" />
|
32
|
38 <param name="photoperiod" type="float" value="13.5" label="Critical photoperiod for diapause induction/termination" />
|
|
39 <param name="egg_mort" type="integer" value="1" label="Adjustment rate for egg mortality" />
|
|
40 <param name="nymph_mort" type="integer" value="1" label="Adjustment rate for nymph mortality" />
|
|
41 <param name="adult_mort" type="integer" value="1" label="Adjustment rate for adult mortality" />
|
|
42 <param name="oviposition" type="integer" value="1" label="Adjustment oviposition rate" />
|
|
43 <param name="min_clutch_size" type="integer" value="0" label="Adjustment of minimum clutch size" />
|
|
44 <param name="max_clutch_size" type="integer" value="0" label="Adjustment of maximum clutch size" />
|
|
45 <param name="young_nymph_accum" type="integer" value="0" label="Adjustment of DD accumulation (egg->young nymph)" />
|
|
46 <param name="old_nymph_accum" type="integer" value="0" label="Adjustment of DD accumulation (young nymph->old nymph)" />
|
36
|
47 <param name="adult_accum" type="integer" value="0" label="Adjustment of DD accumulation (old nymph->adult)" />
|
31
|
48 <param name="se_plot" type="select" label="Plot SE?">
|
32
|
49 <option value="0" selected="True">No</option>
|
31
|
50 <option value="1">Yes</option>
|
|
51 </param>
|
0
|
52 </inputs>
|
|
53 <outputs>
|
32
|
54 <data name="output" format="pdf" label="${tool.name} ${location}:${year} on ${on_string}" />
|
0
|
55 </outputs>
|
|
56 <help>
|
|
57 **What it does**
|
|
58
|
|
59 BMSB prototype tool.
|
|
60 </help>
|
|
61 <citations>
|
|
62 <citation></citation>
|
|
63 </citations>
|
|
64 </tool>
|