-
Notifications
You must be signed in to change notification settings - Fork 23
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 of read-bioinfo-metadata module for tool compatibility expansion #258
Conversation
…dir level and updated previous method to parse the new bioinfo config file
…at_collated_files
…e paths and validate required files
…lacing old include_custom_data method
It looks very good overall, I'd appreciate if the methods were documented using docstrings. There's a visual studio code extension that helps a lot with this task (autodocstring) |
I think I have covered all suggestions. and also added a few todos for enhancementss in upcoming versions of this module. |
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.
Very good job! Thank you for the reformatting of the code, these changes will help a lot in the future when it comes to include more pipelines to the workflow.
Thank you for your feedback! Looking forward to further improving the modules |
PR description
This PR includes a full refactoring of the
read-bioinfo-metadata
module, broadening its applicability beyond a single pipeline (as in the old version) to process metadata from any bioinformatics tool or software. Further implementation details can be found in #253.