diff raceid_clustering.xml @ 7:c4f39bf4a068 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit b461ba94158cf4cc793919470b78bd3eb91312eb"
author iuc
date Thu, 02 Dec 2021 16:20:43 +0000
parents a4b734cd253b
children f911a64454fb
line wrap: on
line diff
--- a/raceid_clustering.xml	Thu Apr 15 18:58:21 2021 +0000
+++ b/raceid_clustering.xml	Thu Dec 02 16:20:43 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="raceid_clustering" name="Clustering using RaceID" version="@VERSION_RACEID@+galaxy@VERSION_WRAPPER@" >
+<tool id="raceid_clustering" name="Clustering using RaceID" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" >
     <description>performs clustering, outlier detection, dimensional reduction</description>
     <macros>
         <import>macros.xml</import>
@@ -49,7 +49,7 @@
                 <!-- RFCorrect -->
                 <param name="nbtree" type="integer" optional="true" label="Number of trees to be built" /><!-- 0:Null -->
                 <param name="nbfactor" type="integer" min="0" value="5" label="Tree Factor" help="Number of trees based on the number of cells multiplied by this factor. Effective only if the number of trees parameter is set to 0" />
-                <param name="rfseed" type="integer" value="12345" label="Random Seed" />
+                <!-- <param name="rfseed" type="integer" value="12345" label="Random Seed" /> -->
             </expand>
         </section>
         <section name="tsne" title="tSNE, FR and UMAP" expanded="true" >