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

BCLConvert: fix mean quality, fix count-per-lane barplot #2197

Merged
merged 6 commits into from Nov 25, 2023

Conversation

vladsavelyev
Copy link
Member

Fix #2193, and add the "Mean Quality" column into the table:

Screenshot 2023-11-22 at 16 56 55

Additionally, fix the second tab of the bar graph that shows the lane split

Screenshot 2023-11-22 at 16 56 36

Add some type hints, and optimize the _get_genome_size calls.

@vladsavelyev vladsavelyev added bug: module Bug in a MultiQC module awaits-review Awaiting final review and merge. labels Nov 22, 2023
Copy link
Member

@ewels ewels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Couple of minor questions / comments but otherwise LGTM ✅

multiqc/modules/bclconvert/bclconvert.py Show resolved Hide resolved
multiqc/modules/bclconvert/bclconvert.py Outdated Show resolved Hide resolved
multiqc/modules/bclconvert/bclconvert.py Show resolved Hide resolved
@vladsavelyev vladsavelyev enabled auto-merge (squash) November 23, 2023 13:37
Copy link
Member

@ewels ewels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@vladsavelyev vladsavelyev merged commit b091dbe into master Nov 25, 2023
6 checks passed
@ewels ewels deleted the bclconvert-fix branch November 25, 2023 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaits-review Awaiting final review and merge. bug: module Bug in a MultiQC module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BCLConvert Mean Quality Column is cumulated over lanes rather than averaged
3 participants