You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/multiqc/multiqc.xml
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ multiqc multiqc_WDir
212
212
213
213
$flat
214
214
$export
215
-
215
+
216
216
#if $configfile == "T"
217
217
--config '$multiqc_config'
218
218
#end if
@@ -223,6 +223,11 @@ ls -l ./report_data/ &&
223
223
##cat ./report_data/multiqc_busco.txt &&
224
224
cp ./report_data/*plot*.txt ./plots/ | true ## don't fail if no plot files are generated
225
225
226
+
#if $png_plots == "true"
227
+
&& mkdir -p ./png_plots
228
+
&& cp ./report_plots/png/*.png ./png_plots/ | true ## don't fail if no png plots are generated
229
+
#end if
230
+
226
231
]]></command>
227
232
<expandmacro="configfile"/>
228
233
<inputs>
@@ -498,6 +503,7 @@ cp ./report_data/*plot*.txt ./plots/ | true ## don't fail if no plot files are g
498
503
</param>
499
504
<paramargument="--flat"type="boolean"truevalue="--flat"falsevalue=""checked="false"label="Use only flat plots (non-interactive images)"help="To consume less disk space and resources to display. Used by default when there are 100 or more samples."/>
500
505
<paramargument="--export"type="boolean"truevalue="--export"falsevalue=""checked="false"label="Output the multiQC plots raw data?"help="This will output a file for each plot containing the raw data used to generate the plot"/>
506
+
<paramname="png_plots"type="boolean"truevalue="true"falsevalue="false"label="Output PNG plots?"help="Choose if you want PNG plots in an output collection"/>
501
507
</inputs>
502
508
<outputs>
503
509
<dataname="html_report"format="html"from_work_dir="report.html"label="${tool.name} on ${on_string}: Webpage"/>
@@ -506,14 +512,18 @@ cp ./report_data/*plot*.txt ./plots/ | true ## don't fail if no plot files are g
0 commit comments