Skip to content

wrong link to global report in MultiQC #261

Description

@fbnrst

Description of the bug

I just finished my first seqinspector run, very helpful tool, thanks!

I found a small bug, not sure, whether it belongs here or into MultiQC:

In the MultiQC report, there is a section "nf-core/seqinspector MultiQC Reports Index"

The links to the groups work perfectly, but the link to the global report is off.

As an example I paste a few lines from multiqc/global_report/seqinspector_multiqc_report.html:

The

<div class="list-group">
  <a href="../global_report/multiqc_report.html" target="_blank" class="list-group-item list-group-item-action">Global report</a>
  <a href="../group_reports/batch1/multiqc_report.html" target="_blank" class="list-group-item list-group-item-action">Group report: batch1</a>
  <a href="../group_reports/batch2/multiqc_report.html" target="_blank" class="list-group-item list-group-item-action">Group report: batch2</a>
</div>

The issue is that the link of the global reports points to multiqc_report.html, but the filename for me is seqinspector_multiqc_report.html.

Command used and terminal output

Relevant files

No response

System information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions