Mercurial > repos > greg > insect_phenology_model
comparison insect_phenology_model.xml @ 11:d630f99a4a22 draft
Uploaded
author | greg |
---|---|
date | Mon, 14 Aug 2017 13:33:38 -0400 |
parents | e325f9683ea2 |
children | e82ea5f1a179 |
comparison
equal
deleted
inserted
replaced
10:e325f9683ea2 | 11:d630f99a4a22 |
---|---|
8 Rscript '$__tool_directory__/insect_phenology_model.R' | 8 Rscript '$__tool_directory__/insect_phenology_model.R' |
9 -a $adult_mort | 9 -a $adult_mort |
10 -b $adult_accum | 10 -b $adult_accum |
11 -c $egg_mort | 11 -c $egg_mort |
12 -d $latitude | 12 -d $latitude |
13 -e $location | 13 -e '$location' |
14 -f $max_clutch_size | 14 -f $max_clutch_size |
15 -i $min_clutch_size | 15 -i $min_clutch_size |
16 -j $nymph_mort | 16 -j $nymph_mort |
17 -k $old_nymph_accum | 17 -k $old_nymph_accum |
18 -o $output | 18 -o '$output' |
19 -p $oviposition | 19 -p $oviposition |
20 -q $photoperiod | 20 -q $photoperiod |
21 -s $replications | 21 -s $replications |
22 -t $se_plot | 22 -t $se_plot |
23 -u $year | 23 -u $year |
44 <option value="1" selected="True">Yes</option> | 44 <option value="1" selected="True">Yes</option> |
45 <option value="0">No</option> | 45 <option value="0">No</option> |
46 </param> | 46 </param> |
47 </inputs> | 47 </inputs> |
48 <outputs> | 48 <outputs> |
49 <data name="output" format="pdf" label="${tool.name} ${location), ${latitude}, ${year} on ${on_string}" /> | 49 <data name="output" format="pdf" label="${tool.name} ${location}, ${year} lat:${latitude} on ${on_string}" /> |
50 </outputs> | 50 </outputs> |
51 <tests> | 51 <tests> |
52 <test> | 52 <test> |
53 <param name="temperature_data" value="asheville2014.csv" ftype="csv" /> | 53 <param name="temperature_data" value="asheville2014.csv" ftype="csv" /> |
54 <param name="location" value="asheville:35.58" /> | 54 <param name="location" value="asheville:35.58" /> |