-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor pacbio metrics parser #3467
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about passing a list of paths, it makes the interface for the metrics parser leaky since suddenly the client needs to have logic for finding the different paths and passing them into the parser.
I think it is better to encapsulate the logic for identifying the individual report files in the metrics parser.
cg/services/post_processing/pacbio/metrics_parser/metrics_parser.py
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Description
Refactor PacBio metrics parser to compile with the post-processing flow
Changed
This version is a