'+report['title']+'
' if report['title'] != None }}A modular tool to aggregate results from bioinformatics analyses across many samples into a single report.
Report generated on {{ report['creation_date'] }} based on data in {{ report['analysis_dir'] }}
Report location: {{ report['output_dir'] }}/multiqc_report.html
General Statistics
{%- for k, h in report['general_stats']['headers'].iteritems() %} {{ h }} {%- endfor -%} | |
---|---|
{{ sn }} | {%- for k, h in report['general_stats']['headers'].iteritems() %} {{ r[k] if r[k] else '' }} {%- endfor -%} |
{{ m.name }}
{{ m.intro if m.intro }} {% for s in m.sections %}{{ s['name'] }}
{{ s['content'] if s['content'] }} {{ '' if not loop.last }}
' if not loop.last }} {% endfor %}