Mercurial > repos > bgruening > hicexplorer_hicfindtads
diff macros.xml @ 21:755df866ad0c 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:34:10 +0000 |
parents | ec4b948dc6f0 |
children |
line wrap: on
line diff
--- a/macros.xml Wed Oct 18 12:47:13 2023 +0000 +++ b/macros.xml Mon Jul 01 19:34:10 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) != "":