changeset 11:c30adf839acd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 54172b87ffedce4d5a3c73f68f5533541933e178
author iuc
date Tue, 11 Mar 2025 14:54:53 +0000
parents 4d9445dff47b
children
files gtdbtk_classify_wf.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gtdbtk_classify_wf.xml	Sat Sep 28 16:26:12 2024 +0000
+++ b/gtdbtk_classify_wf.xml	Tue Mar 11 14:54:53 2025 +0000
@@ -15,7 +15,7 @@
 #for $i in $input:
     ## gtdbtk uses the file extension to determine the input format.
     #set ext = "." + $i.ext
-    #set input_identifier = re.sub('[^\s\w\-]', '_', str($i.element_identifier)) + $ext
+    #set input_identifier = re.sub('[^\w\-.]', '_', str($i.element_identifier)) + $ext
     ln -s '${i}' input_dir/'${input_identifier}' &&
 #end for
 export GTDBTK_DATA_PATH=$gtdbtk_db.fields.path &&
--- a/macros.xml	Sat Sep 28 16:26:12 2024 +0000
+++ b/macros.xml	Tue Mar 11 14:54:53 2025 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">2.4.0</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@PROFILE@">22.05</token>
     <xml name="requirements">
         <requirements>