changeset 1:5b0ad6f2704c draft

planemo upload for repository https://github.com/goeckslab/tools-st/tree/main/tools/bayesTME commit 74a061cf2642805f54441c2c34f7a0ec74b7ec35
author goeckslab
date Wed, 10 Dec 2025 20:08:29 +0000
parents 4f6d716e5da2
children 8139addbe3c3
files macros.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Wed Dec 03 19:49:22 2025 +0000
+++ b/macros.xml	Wed Dec 10 20:08:29 2025 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">0.0.1</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
 	<token name="@PROFILE@">22.01</token>
 
     <xml name="bayestme_requirements">
@@ -17,7 +17,7 @@
 	
 	<xml name="filter_genes_options" >
 	    
-	    <param argument="--n-top-by-standard-deviation" type="integer" optional="false" label="Use the top N genes with the highest spatial variance"/>
+	    <param argument="--n-top-by-standard-deviation" type="integer" value = "1000" optional="false" label="Use the top N genes with the highest spatial variance"/>
 		
 	    <!-- Additional filtering options -->
 		<section name="additional_filtering_options" title="Additional Filtering Parameters" expanded="false"> 
@@ -27,4 +27,4 @@
 	    
 	</xml>
 	
-</macros>
\ No newline at end of file
+</macros>