# HG changeset patch # User iuc # Date 1760127095 0 # Node ID ef6bd40a30d24deeaa1c33f4f49555caa8ac8ef1 # Parent e99aaf0691915ec137af84b009853a43f42db207 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 4095773348da6faeb6096f58785b66898b09befa diff -r e99aaf069191 -r ef6bd40a30d2 macros.xml --- a/macros.xml Wed Feb 19 16:00:26 2025 +0000 +++ b/macros.xml Fri Oct 10 20:11:35 2025 +0000 @@ -1,6 +1,6 @@ 1.27 - 3 + 4 multiqc @@ -109,7 +109,7 @@ - + @@ -159,6 +159,7 @@ + @@ -187,6 +188,7 @@ + @@ -537,7 +539,7 @@ - + @@ -551,6 +553,7 @@ + @@ -573,6 +576,8 @@ + + diff -r e99aaf069191 -r ef6bd40a30d2 multiqc.xml --- a/multiqc.xml Wed Feb 19 16:00:26 2025 +0000 +++ b/multiqc.xml Fri Oct 10 20:11:35 2025 +0000 @@ -212,7 +212,7 @@ $flat $export - + #if $configfile == "T" --config '$multiqc_config' #end if @@ -223,6 +223,11 @@ ##cat ./report_data/multiqc_busco.txt && cp ./report_data/*plot*.txt ./plots/ | true ## don't fail if no plot files are generated +#if $png_plots == "true" + && mkdir -p ./png_plots + && cp ./report_plots/png/*.png ./png_plots/ | true ## don't fail if no png plots are generated +#end if + ]]> @@ -498,6 +503,7 @@ + @@ -506,6 +512,10 @@ export + + + png_plots + @@ -513,7 +523,7 @@ - + @@ -544,7 +554,7 @@ - +