'+config.title+'
' if config.title != None }}A modular tool to aggregate results from bioinformatics analyses across many samples into a single report.
Report generated on {{ config.creation_date }} based on data in {{ config.analysis_dir }}
Report location: {{ config.output_dir }}/multiqc_report.html
General Statistics
Sample Name | {%- for k, h in config.general_stats['headers'].items() %} {{ h }} {%- endfor -%}||
---|---|---|
|| | {{ sn }} | {%- for k, h in config.general_stats['headers'].items() %} {{ 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 %}