diff macros.xml @ 9:f47ac4a0b337 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 8586409c5f329eaf75902eedc3d29a6e82560788
author iuc
date Mon, 01 Jul 2024 19:40:46 +0000
parents 013e53ccc7ac
children
line wrap: on
line diff
--- a/macros.xml	Wed Oct 18 10:56:31 2023 +0000
+++ b/macros.xml	Mon Jul 01 19:40:46 2024 +0000
@@ -1,7 +1,8 @@
 <macros>
     <token name="@THREADS@">\${GALAXY_SLOTS:-4}</token>
-    <token name="@TOOL_VERSION@">3.7.2</token>
+    <token name="@TOOL_VERSION@">3.7.5</token>
     <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">23.0</token>
     <token name="@USE_RANGE@">
         #if $use_range.select_use_range == "yes_use_range":
             --range $use_range.range_min:$use_range.range_max
@@ -248,7 +249,7 @@
         #set $matrices = []
         #set $mlabels = []
         #for $counter, $i in enumerate($input_files):
-            ln -s '$i.matrix' '${counter}_matrix.$i.matrix.ext'; 
+            ln -s '$i.matrix' '${counter}_matrix.$i.matrix.ext';
             #silent $matrices.append( '\'%s_matrix.%s\'' % ($counter,  $i.matrix.ext))
 
             #if str($i.mlabel.value) != "":