Repository 'pampa_presabs'
hg clone https://toolshed.g2.bx.psu.edu/repos/ecology/pampa_presabs

Changeset 5:1ebb70b59037 (2021-06-26)
Previous changeset 4:07b081730994 (2021-04-26)
Commit message:
"planemo upload for repository https://github.com/ColineRoyaux/PAMPA-Galaxy commit 65ab5b6fe84871db0fe18244d805cea19a44e830"
modified:
pampa_macros.xml
b
diff -r 07b081730994 -r 1ebb70b59037 pampa_macros.xml
--- a/pampa_macros.xml Mon Apr 26 16:04:47 2021 +0000
+++ b/pampa_macros.xml Sat Jun 26 07:19:36 2021 +0000
b
@@ -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>