comparison regionalgam_macros.xml @ 0:b416a363a2d5 draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/regionalgam commit ffe42225fff8992501b743ebe2c78e50fddc4a4e
author ecology
date Thu, 20 Jun 2019 04:03:31 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b416a363a2d5
1 <macros>
2 <token name="@VERSION@">1.5</token>
3 <xml name="rg_r_requirements">
4 <requirements>
5 <requirement type="package" version="3.5.1">r-base</requirement>
6 </requirements>
7 </xml>
8 <xml name="rg_nlme_mass_requirements">
9 <requirements>
10 <requirement type="package" version="3.1_137">r-nlme</requirement>
11 <requirement type="package" version="7.3_50">r-mass</requirement>
12 </requirements>
13 </xml>
14 <xml name="rg_count_file">
15 <param format="tabular,csv" name="count_file" type="data" label="Count file" help="The file must contain the SPECIES, SITE, YEAR, MONTH, DAY and COUNT columns. Csv or tabular file."/>
16 </xml>
17 <xml name="rg_ab_indices">
18 <param format="tabular" name="ab_indices" type="data" label="Computed abundance indices" help="Tabular file generated by the Abundance index tool."/>
19 </xml>
20 <xml name="rg_collated_index">
21 <param name="collated_index" type="data" format="tabular" label="Collated index" help="File generated by the glmmpql/Expected temporal trend tool."/>
22 </xml>
23 <xml name="rg_gls_model">
24 <param format="rdata" name="gls_model" type="data" label="Linear model" help="Linear model saved in a Rdata file."/>
25 </xml>
26 <xml name="rg_citation">
27 <citations>
28 <citation type="doi">10.1111/1365-2664.12561</citation>
29 </citations>
30 </xml>
31 </macros>