# HG changeset patch # User iuc # Date 1670671338 0 # Node ID abfd8a6544d7db414e7953353b55f8c60ff1325c # Parent 9a913cdee30ebeae7dec35170e9233668cc4ccea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 8a91236cee4d408ae2b53a3e9b6daebc332d631a diff -r 9a913cdee30e -r abfd8a6544d7 macros.xml --- 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 @@ 1.11 - 0 + 1 multiqc @@ -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@ diff -r 9a913cdee30e -r abfd8a6544d7 multiqc.xml --- a/multiqc.xml Wed Nov 03 15:17:39 2021 +0000 +++ b/multiqc.xml Sat Dec 10 11:22:18 2022 +0000 @@ -413,42 +413,42 @@ - - - - - - - - - + + + + + + + + + - + - + - + - + - + - + - + - + - + @@ -1076,6 +1076,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +