Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New config option to hide analysis path in report #1113

Closed
ewels opened this issue Feb 21, 2020 · 1 comment
Closed

New config option to hide analysis path in report #1113

ewels opened this issue Feb 21, 2020 · 1 comment
Milestone

Comments

@ewels
Copy link
Member

ewels commented Feb 21, 2020

It's not always desirable to show the path of the raw data in the MultiQC report. This could be sensitive, or just uninformative (eg. Nextflow temporary work directories).

The code that prints this is is in the header.html template file:
https://github.com/ewels/MultiQC/blob/063ac69e28d7b109cc9165d47c0d3f9de3f21e13/multiqc/templates/default/header.html#L62-L72

At the moment, the only way to remove this is to make a custom template. It would be pretty trivial to add a new boolean config option to allow this to be switched on and off though. We could even have two - one for the date, one for the path.

Also, looking at the above code I realise that it's missing a closing </p> tag.

@ewels
Copy link
Member Author

ewels commented May 28, 2020

Support now added via the following two config options:

show_analysis_paths: True
show_analysis_time: True

Set to False to disable either the analysis time or paths in the report header.

@ewels ewels closed this as completed in 0b70dc2 May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant