changeset 6:b40fecef616b draft default tip

"planemo upload for repository https://github.com/ColineRoyaux/PAMPA-Galaxy commit 65ab5b6fe84871db0fe18244d805cea19a44e830"
author ecology
date Sat, 26 Jun 2021 07:20:12 +0000
parents 8db02073b671
children
files PAMPA_GLM.xml pampa_macros.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/PAMPA_GLM.xml	Mon Apr 26 16:05:19 2021 +0000
+++ b/PAMPA_GLM.xml	Sat Jun 26 07:20:12 2021 +0000
@@ -104,9 +104,9 @@
 
 It allows user to choose composition of the model :
 
-- Interest variable among numeric or integer variables of the input file
+- Response variable among numeric or integer variables of the input file
 
-- Response variables among year, site and/or habitat
+- Explanatory variables among year, site and/or habitat
 
 - Allocation of random effect on year and/or site
 
@@ -142,7 +142,7 @@
 
 The first input may be extracted from the 'Calculate community metrics' tool.
 
-A tabular file with observation unit data which contains at least as much columns as used response variables and separation factor in addition with the 'observation.unit' column.
+A tabular file with observation unit data which contains at least as much columns as used explanatory variables and separation factor in addition with the 'observation.unit' column.
 
 +----------------------+---------+--------+------------+-----+       
 |   observation.unit   |   site  |  year  |  habitat   | ... |            
--- a/pampa_macros.xml	Mon Apr 26 16:05:19 2021 +0000
+++ b/pampa_macros.xml	Sat Jun 26 07:20:12 2021 +0000
@@ -54,10 +54,10 @@
     <xml name="pampa_input_GLM">
         <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."/>
         <param name="input_unitobs" type="data" format="tabular" label="Unitobs informations file" help="Unitobs file, with all informations available about unitobs."/>
-        <param name="varint" type="data_column" data_ref="input_metric" use_header_names="true" label="Interest variable from metrics file" help= "Choose the field of the interest variable."/>
+        <param name="varint" type="data_column" data_ref="input_metric" numerical="true" use_header_names="true" label="Response variable from metrics file" help= "Choose the field of the response variable."/>
     </xml>
     <xml name="pampa_var_GLM">
-        <param name="varrep" type="select" label="Response variables" help= "Choose the response variables you want to include in your analysis." multiple="true">
+        <param name="varrep" type="select" label="Explanatory variables" help= "Choose the explanatory variables you want to include in your analysis." multiple="true">
             <option selected="true" value="year">Year</option>
             <option selected="true" value="site">Site</option>
             <option selected="true" value="habitat">Habitat</option>