Mercurial > repos > ecology > regionalgam_flight_curve
view regionalgam_macros.xml @ 0:fff507f00b2b 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:07 -0400 |
parents | |
children |
line wrap: on
line source
<macros> <token name="@VERSION@">1.5</token> <xml name="rg_r_requirements"> <requirements> <requirement type="package" version="3.5.1">r-base</requirement> </requirements> </xml> <xml name="rg_nlme_mass_requirements"> <requirements> <requirement type="package" version="3.1_137">r-nlme</requirement> <requirement type="package" version="7.3_50">r-mass</requirement> </requirements> </xml> <xml name="rg_count_file"> <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."/> </xml> <xml name="rg_ab_indices"> <param format="tabular" name="ab_indices" type="data" label="Computed abundance indices" help="Tabular file generated by the Abundance index tool."/> </xml> <xml name="rg_collated_index"> <param name="collated_index" type="data" format="tabular" label="Collated index" help="File generated by the glmmpql/Expected temporal trend tool."/> </xml> <xml name="rg_gls_model"> <param format="rdata" name="gls_model" type="data" label="Linear model" help="Linear model saved in a Rdata file."/> </xml> <xml name="rg_citation"> <citations> <citation type="doi">10.1111/1365-2664.12561</citation> </citations> </xml> </macros>