Mercurial > repos > greg > insect_phenology_model
comparison insect_phenology_model.xml @ 89:1615e60cf61c draft
Uploaded
author | greg |
---|---|
date | Fri, 01 Dec 2017 09:20:49 -0500 |
parents | 5e1f9fde280c |
children | 08571981adb3 |
comparison
equal
deleted
inserted
replaced
88:b387ea636ff8 | 89:1615e60cf61c |
---|---|
16 -n $input.metadata.data_lines | 16 -n $input.metadata.data_lines |
17 -o '$output' | 17 -o '$output' |
18 -p $oviposition | 18 -p $oviposition |
19 -q $photoperiod | 19 -q $photoperiod |
20 -s $replications | 20 -s $replications |
21 -t $se_plot | 21 -t $std_error_plot |
22 -v '$input' | 22 -v '$input' |
23 -y $young_nymph_accum | 23 -y $young_nymph_accum |
24 -x '$insect']]></command> | 24 -x '$insect']]></command> |
25 <inputs> | 25 <inputs> |
26 <param name="input" type="data" format="csv" label="Temperature data" /> | 26 <param name="input" type="data" format="csv" label="Temperature data" /> |
37 <param name="min_clutch_size" type="integer" value="0" min="0" label="Adjustment of minimum clutch size" /> | 37 <param name="min_clutch_size" type="integer" value="0" min="0" label="Adjustment of minimum clutch size" /> |
38 <param name="max_clutch_size" type="integer" value="0" min="0" label="Adjustment of maximum clutch size" /> | 38 <param name="max_clutch_size" type="integer" value="0" min="0" label="Adjustment of maximum clutch size" /> |
39 <param name="young_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (egg->young nymph)" /> | 39 <param name="young_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (egg->young nymph)" /> |
40 <param name="old_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (young nymph->old nymph)" /> | 40 <param name="old_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (young nymph->old nymph)" /> |
41 <param name="adult_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (old nymph->adult)" /> | 41 <param name="adult_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (old nymph->adult)" /> |
42 <param name="se_plot" type="select" label="Plot SE?"> | 42 <param name="std_error_plot" type="select" label="Plot standard error?"> |
43 <option value="1" selected="True">Yes</option> | 43 <option value="1" selected="True">Yes</option> |
44 <option value="0">No</option> | 44 <option value="0">No</option> |
45 </param> | 45 </param> |
46 </inputs> | 46 </inputs> |
47 <outputs> | 47 <outputs> |