# HG changeset patch # User iuc # Date 1760127148 0 # Node ID e4dd4c0622f673272d7a4c0873f5e8f8450be8bc # Parent 31c42a2c02d3f0a7f46d3e8d66c0973b4406c121 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 4095773348da6faeb6096f58785b66898b09befa diff -r 31c42a2c02d3 -r e4dd4c0622f6 macros.xml --- a/macros.xml Wed Feb 19 16:01:14 2025 +0000 +++ b/macros.xml Fri Oct 10 20:12:28 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 31c42a2c02d3 -r e4dd4c0622f6 multiqc.xml --- a/multiqc.xml Wed Feb 19 16:01:14 2025 +0000 +++ b/multiqc.xml Fri Oct 10 20:12:28 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 @@ - +