changeset 36:956daea2c7fe draft

Uploaded
author greg
date Fri, 16 Dec 2016 10:16:11 -0500
parents 7c40c2b303f1
children d3a6b291e096
files bmsb.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bmsb.xml	Fri Dec 16 10:16:00 2016 -0500
+++ b/bmsb.xml	Fri Dec 16 10:16:11 2016 -0500
@@ -8,12 +8,12 @@
         <![CDATA[
             Rscript $__tool_directory__/bmsb.R
             -a $adult_mort
-            -b $adult_nymph_accum
+            -b $adult_accum
             -c $egg_mort
             -d $latitude
             -e $location
             -f $max_clutch_size
-            -g $min_clutch_size
+            -i $min_clutch_size
             -j $nymph_mort
             -k $old_nymph_accum
             -o $output
@@ -44,7 +44,7 @@
         <param name="max_clutch_size" type="integer" value="0" label="Adjustment of maximum clutch size" />
         <param name="young_nymph_accum" type="integer" value="0" label="Adjustment of DD accumulation (egg->young nymph)" />
         <param name="old_nymph_accum" type="integer" value="0" label="Adjustment of DD accumulation (young nymph->old nymph)" />
-        <param name="adult_nymph_accum" type="integer" value="0" label="Adjustment of DD accumulation (old nymph->adult)" />
+        <param name="adult_accum" type="integer" value="0" label="Adjustment of DD accumulation (old nymph->adult)" />
         <param name="se_plot" type="select" label="Plot SE?">
             <option value="0" selected="True">No</option>
             <option value="1">Yes</option>