comparison bmsb.xml @ 36:956daea2c7fe draft

Uploaded
author greg
date Fri, 16 Dec 2016 10:16:11 -0500
parents 7418fc8f0780
children 3a336de4539a
comparison
equal deleted inserted replaced
35:7c40c2b303f1 36:956daea2c7fe
6 </requirements> 6 </requirements>
7 <command> 7 <command>
8 <![CDATA[ 8 <![CDATA[
9 Rscript $__tool_directory__/bmsb.R 9 Rscript $__tool_directory__/bmsb.R
10 -a $adult_mort 10 -a $adult_mort
11 -b $adult_nymph_accum 11 -b $adult_accum
12 -c $egg_mort 12 -c $egg_mort
13 -d $latitude 13 -d $latitude
14 -e $location 14 -e $location
15 -f $max_clutch_size 15 -f $max_clutch_size
16 -g $min_clutch_size 16 -i $min_clutch_size
17 -j $nymph_mort 17 -j $nymph_mort
18 -k $old_nymph_accum 18 -k $old_nymph_accum
19 -o $output 19 -o $output
20 -p $oviposition 20 -p $oviposition
21 -q $photoperiod 21 -q $photoperiod
42 <param name="oviposition" type="integer" value="1" label="Adjustment oviposition rate" /> 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" /> 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" /> 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)" /> 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)" /> 46 <param name="old_nymph_accum" type="integer" value="0" label="Adjustment of DD accumulation (young nymph->old nymph)" />
47 <param name="adult_nymph_accum" type="integer" value="0" label="Adjustment of DD accumulation (old nymph->adult)" /> 47 <param name="adult_accum" type="integer" value="0" label="Adjustment of DD accumulation (old nymph->adult)" />
48 <param name="se_plot" type="select" label="Plot SE?"> 48 <param name="se_plot" type="select" label="Plot SE?">
49 <option value="0" selected="True">No</option> 49 <option value="0" selected="True">No</option>
50 <option value="1">Yes</option> 50 <option value="1">Yes</option>
51 </param> 51 </param>
52 </inputs> 52 </inputs>