Mercurial > repos > ecology > pampa_plotglm
comparison pampa_macros.xml @ 0:3ab852a7ff53 draft
"planemo upload for repository https://github.com/ColineRoyaux/PAMPA-Galaxy commit 04381ca7162ec3ec68419e308194b91d11cacb04"
author | ecology |
---|---|
date | Mon, 16 Nov 2020 11:02:43 +0000 |
parents | |
children | 5ddca052c314 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3ab852a7ff53 |
---|---|
1 <macros> | |
2 <token name="@VERSION@">0.0.2</token> | |
3 <xml name="Pampa_requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="1.0.2">r-tidyr</requirement> | |
6 </requirements> | |
7 </xml> | |
8 <xml name="GLM_requirements"> | |
9 <requirements> | |
10 <requirement type="package" version="1.2.2">r-gap</requirement> | |
11 <requirement type="package" version="1.0.1">r-glmmtmb</requirement> | |
12 <requirement type="package" version="1.4_13">r-multcomp</requirement> | |
13 <requirement type="package" version="0.3.3.0">r-dharma</requirement> | |
14 </requirements> | |
15 </xml> | |
16 <xml name="Plot_requirements"> | |
17 <requirements> | |
18 <requirement type="package" version="3.1.1">r-ggplot2</requirement> | |
19 <requirement type="package" version="1.3_25">r-boot</requirement> | |
20 </requirements> | |
21 </xml> | |
22 <xml name="pampa_input_calculate"> | |
23 <param name="input" type="data" format="tabular" label="Input file" help="Observation data file, with location, year, species and abundance."/> | |
24 </xml> | |
25 <xml name="pampa_advanced_params_select"> | |
26 <param name="advanced" type="select" label="Specify advanced parameters"> | |
27 <option value="simple" selected="true">No, use program defaults.</option> | |
28 <option value="advanced">Yes, see full parameter list.</option> | |
29 </param> | |
30 <when value="simple"> | |
31 </when> | |
32 </xml> | |
33 <xml name="pampa_advanced_params_select_GLM"> | |
34 <param name="advanced" type="select" label="Specify advanced parameters"> | |
35 <option value="simple" selected="true">No, use program defaults.</option> | |
36 <option value="advanced">Yes, see full parameter list.</option> | |
37 </param> | |
38 <when value="simple"> | |
39 </when> | |
40 <when value="advanced"> | |
41 <param name="distrib" type="select" label="Distribution for model"> | |
42 <option selected="true" value="None">Auto</option> | |
43 <option value="gaussian">Gaussian</option> | |
44 <option value="inverse.gaussian">Inverse Gaussian</option> | |
45 <option value="poisson">Poisson</option> | |
46 <option value="quasipoisson">Quasi-Poisson</option> | |
47 <option value="binomial">Binomial</option> | |
48 <option value="quasibinomial">Quasi-Binomial</option> | |
49 <option value="Gamma">Gamma</option> | |
50 </param> | |
51 <param name="rdata" type="boolean" checked="yes" label="GLM object(s) as .Rdata output ?"/> | |
52 </when> | |
53 </xml> | |
54 <xml name="pampa_input_GLM"> | |
55 <param name="input_metric" type="data" format="tabular" label="Input metrics file" help="Metrics data file, with location, year, and metrics informations that can be used as interest variable."/> | |
56 <param name="input_unitobs" type="data" format="tabular" label="Unitobs informations file" help="Unitobs file, with all informations available about unitobs."/> | |
57 <param name="varint" type="data_column" data_ref="input_metric" label="Interest variable from metrics file" help= "Choose the field of the interest variable."/> | |
58 </xml> | |
59 <xml name="pampa_var_GLM"> | |
60 <param name="varrep" type="select" label="Response variables" help= "Choose the response variables you want to include in your analysis." multiple="true"> | |
61 <option selected="true" value="year">Year</option> | |
62 <option selected="true" value="site">Site</option> | |
63 <option selected="true" value="habitat">Habitat</option> | |
64 </param> | |
65 <param name="varrand" type="select" label="Random effect ?" help="Allocate a random effect on site or year makes your model more reliable as random events on a peculiar site or year can affect populations, it takes account of pseudoreplication. However, avoid applying it on a less than 10 levels variable (less than 10 different sites and/or year)." multiple="true"> | |
66 <option value="year">Year</option> | |
67 <option selected="true" value="site">Site</option> | |
68 </param> | |
69 </xml> | |
70 <xml name="pampa_output_GLM"> | |
71 <data name="output_recap" from_work_dir="GLMSummaryFull.txt" format="txt" label="Simple statistics on chosen variables on ${on_string}"/> | |
72 <data name="output_rate" from_work_dir="RatingGLM.txt" format="txt" label="Your analysis rating file on ${on_string}"/> | |
73 <collection type="list" name="output_GLM"> | |
74 <discover_datasets pattern="(?P<designation>.+)\.Rdata" visible="false" format="Rdata"/> | |
75 <filter> settings['advanced'] == 'advanced' and settings['rdata']</filter> | |
76 </collection> | |
77 </xml> | |
78 <xml name="pampa_bibref"> | |
79 <citations> | |
80 <citation type="bibtex"> | |
81 @unpublished{pampayves, | |
82 title={ PAMPA "ressources et biodiversité" scripts }, | |
83 author={Yves Reecht}, | |
84 url={https://wwz.ifremer.fr/pampa/Meth.-Outils/Outils} | |
85 } | |
86 </citation> | |
87 </citations> | |
88 </xml> | |
89 </macros> |