changeset 4:464c1e80a01f draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
author recetox
date Fri, 28 Jan 2022 16:27:30 +0000
parents 94209fea0a99
children a393c4383436
files macros.xml recetox_xmsannotator_advanced.xml
diffstat 2 files changed, 15 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu Aug 12 11:28:18 2021 +0000
+++ b/macros.xml	Fri Jan 28 16:27:30 2022 +0000
@@ -7,8 +7,19 @@
     </xml>
     <xml name="creator">
         <creator>
+            <person
+                givenName="Jiří"
+                familyName="Novotný"
+                url="https://github.com/xtracko"
+                identifier="0000-0001-5449-3523" />
+            <person
+                givenName="Martin"
+                familyName="Čech"
+                url="https://github.com/martenson"
+                identifier="0000-0002-9318-1781" />
             <organization
                 url="https://www.recetox.muni.cz/"
+                email="GalaxyToolsDevelopmentandDeployment@space.muni.cz"
                 name="RECETOX MUNI" />
         </creator>
     </xml>
--- a/recetox_xmsannotator_advanced.xml	Thu Aug 12 11:28:18 2021 +0000
+++ b/recetox_xmsannotator_advanced.xml	Fri Jan 28 16:27:30 2022 +0000
@@ -53,8 +53,8 @@
         </expand>
         <section name="clustering" title="Clustering">
             <param name="correlation_method" type="select" display="radio" label="Correlation method">
-                <option value="pearson" selected="true"/>
-                <option value="spearman"/>
+                <option value="pearson" selected="true">pearson</option>
+                <option value="spearman">spearman</option>
             </param>
             <param name="correlation_threshold" type="float" value="0.7">
                 <label>Correlation threshold</label>
@@ -77,8 +77,8 @@
                     Network type parameter affects how the network's adjacency matrix is created from the correlation
                     matrix (see WGCNA package documentation).
                 </help>
-                <option value="signed"/>
-                <option value="unsigned" selected="true"/>
+                <option value="signed">signed</option>
+                <option value="unsigned" selected="true">unsigned</option>
             </param>
         </section>
         <section name="scoring" title="Scoring" expanded="true">