Skip to content

Dropping quast namespace broke table_columns_visible #2190

@jchorl

Description

@jchorl

Description of bug

We used to have a config like:

table_columns_visible:
  QUAST:
    "# misassemblies": false

This commit removed the quast namespace: 056d21d#diff-6d91e36cef5a41720305bb1bd9f0ab612e3830d0cce62efc0933a1d982b5296dL252

We now need to specify this config as:

table_columns_visible:
  "":
    "# misassemblies": false

Is this expected/desirable?

Thanks!

File that triggers the error

No response

MultiQC Error log

No response

Before submitting

  • I have read the troubleshooting documentation.
  • I am using the latest release of MultiQC.
  • I have included a full MultiQC log, not truncated.
  • I have attached an input file (.zip if necessary) that triggers the error.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions