diff macros.xml @ 23:abfd8a6544d7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 8a91236cee4d408ae2b53a3e9b6daebc332d631a
author iuc
date Sat, 10 Dec 2022 11:22:18 +0000
parents 9a913cdee30e
children
line wrap: on
line diff
--- a/macros.xml	Wed Nov 03 15:17:39 2021 +0000
+++ b/macros.xml	Sat Dec 10 11:22:18 2022 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.11</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <xml name="bio_tools">
         <xrefs>
             <xref type="bio.tools">multiqc</xref>
@@ -218,9 +218,11 @@
                     #set file_path = os.path.join($repeat_dir, 'file_' + str($k) + '.GC.xls')
                     ln -s '$file' '$file_path' &&
                 #end for
-            #elif str($repeat2.type.type) == "junction_annotation"
-                #set $pattern = "Group               Total_bases         Tag_count           Tags/Kb"
-                @LN_3_FILES@
+            #elif str($repeat2.type.type) == "junction_saturation"
+                #for $k, $file in enumerate($repeat2.type.input)
+                #set file_path = os.path.join($repeat_dir, 'file_' + str($k) + '.junctionSaturation_plot.r')
+                    ln -s '${file}' '$file_path' &&
+                #end for
             #elif str($repeat2.type.type) == "read_distribution"
                 #set $pattern = "Group               Total_bases         Tag_count           Tags/Kb"
                 @LN_3_FILES@