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

DRAGEN: new module SV Metrics #1913

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Just-Roma
Copy link
Contributor

@Just-Roma Just-Roma commented Apr 25, 2023

  • This comment contains a description of changes (with reason)

  • CHANGELOG.md has been updated

  • There is example tool output for tools in the https://github.com/ewels/MultiQC_TestData repository or attached to this PR

  • Code is tested and works locally (including with --lint flag)

  • docs/README.md is updated with link to below

  • docs/modulename.md is created

  • Everything that can be represented with a plot instead of a table is a plot

  • Report sections have a description and help text (with self.add_section)
    Only a short description. No official info, which could be used for description/help, was found.

  • There aren't any huge tables with > 6 columns (explain reasoning if so)
    Only 5 columns are shown by default. Others (shall be no more than 4) are hidden.

  • Each table column has a different colour scale to its neighbour, which relates to the data (eg. if high numbers are bad, they're red)

  • Module does not do any significant computational work

Merging:

  • merging this PR would require updates in dragen/dragen.py and multiqc/utils/search_patterns.yaml
    in PR1911, PR1912, PR1914, PR1915. But not in the dragen/utils.py, because it is the same. The main file must be also included, of course.

Add search regex for .sv_metrics.csv files.
Add common utils.
Add SV caller.
@Just-Roma Just-Roma force-pushed the DRAGEN-New-Module-SV-Metrics branch from 2da091f to f7ec210 Compare April 25, 2023 12:08
Restart the tests. The problem with "rich" lib seems to be solved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant