Repository 'insect_phenology_model'
hg clone https://eddie.galaxyproject.org/repos/greg/insect_phenology_model

Changeset 95:08571981adb3 (2017-12-04)
Previous changeset 94:89492de287a6 (2017-12-01) Next changeset 96:f0c65c9f1078 (2017-12-04)
Commit message:
Uploaded
modified:
insect_phenology_model.xml
b
diff -r 89492de287a6 -r 08571981adb3 insect_phenology_model.xml
--- a/insect_phenology_model.xml Fri Dec 01 09:49:09 2017 -0500
+++ b/insect_phenology_model.xml Mon Dec 04 10:57:52 2017 -0500
b
@@ -36,9 +36,9 @@
         <param name="oviposition" type="integer" value="1" min="0" label="Adjustment oviposition rate" />
         <param name="min_clutch_size" type="integer" value="0" min="0" label="Adjustment of minimum clutch size" />
         <param name="max_clutch_size" type="integer" value="0" min="0" label="Adjustment of maximum clutch size" />
-        <param name="young_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (egg->young nymph)" />
-        <param name="old_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (young nymph->old nymph)" />
-        <param name="adult_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (old nymph->adult)" />
+        <param name="young_nymph_accum" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (egg->young nymph)" />
+        <param name="old_nymph_accum" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (young nymph->old nymph)" />
+        <param name="adult_accum" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (old nymph->adult)" />
         <param name="std_error_plot" type="select" label="Plot standard error?">
             <option value="1" selected="True">Yes</option>
             <option value="0">No</option>
@@ -57,7 +57,7 @@
     </tests>
     <help>
 **What it does**

+
 Provides an agent-based stochastic model expressing stage-specific phenology and population dynamics for an insect species across geographic regions.
 
 -----
@@ -74,11 +74,11 @@
  * **Adjustment oviposition rate** - adjustment oviposition rate.
  * **Adjustment of minimum clutch size** - adjustment of minimum clutch size.
  * **Adjustment of maximum clutch size** - adjustment of maximum clutch size
- * **Adjustment of DD accumulation (egg->young nymph)** - adjustment of DD accumulation (egg->young nymph).
- * **Adjustment of DD accumulation (young nymph->old nymph)** - adjustment of DD accumulation (young nymph->old nymph).
- * **Adjustment of DD accumulation (old nymph->adult)** - adjustment of DD accumulation (old nymph->adult).
+ * **Adjustment of degree-days accumulation (egg->young nymph)** - adjustment of degree-days accumulation (egg->young nymph).
+ * **Adjustment of degree-days accumulation (young nymph->old nymph)** - adjustment of degree-days accumulation (young nymph->old nymph).
+ * **Adjustment of degree-days accumulation (old nymph->adult)** - adjustment of degree-days accumulation (old nymph->adult).
  * **Plot SE** - add SE lines to plot for eggs, nymphs and adults.

+
     </help>
     <citations>
         <citation type="doi">10.3389/fphys.2016.00165</citation>