-
Notifications
You must be signed in to change notification settings - Fork 5
Unite attributes librarygeneration 20251212 #211
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
base: main
Are you sure you want to change the base?
Unite attributes librarygeneration 20251212 #211
Conversation
…dCellSample.sample_preparation_date based off NIMP terminology list and MOWG spreadsheet
…mple.sample_preparation_date based off NIMP terminology list and MOWG spreadsheet
…abel_barcode. Also generalized dissociated_cell_sample_cell_label_barcode valueset name to cell_label_barcode since both EnrichedCellSample and DissociatedCellSample use this enum. Lastly, removed assigned of 'terminology_nhash' column to 'meaning'.
…based off NIMP terminology list and MOWG spreadsheet
…ff NIMP terminology list and MOWG spreadsheet
…off NIMP terminology list and MOWG spreadsheet. Also added more permissible values to barcoded_cell_sample_technique based off NIMP terminology list
…NIMP terminology list and MOWG spreadsheet. Also added more permissible values to library_technique based off NIMP terminology list
…IMP terminology list and MOWG spreadsheet
…erminology list and MOWG spreadsheet
… list and MOWG spreadsheet
Summary of ChangesHello @puja-trivedi, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request implements a significant standardization and expansion of the data schema related to library generation processes. It involves a comprehensive refactoring of attribute and slot definitions across multiple TSV files, aiming to unify common fields, improve consistency, and enrich the permissible values for various experimental techniques and biological metadata. These changes are crucial for enhancing the clarity and interoperability of the data model. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request introduces a significant refactoring of the schema attributes, primarily within the TSV files that define the LinkML model. The changes focus on unifying attributes under more appropriate classes and standardizing slot names, such as using preparation_date across different process classes. This greatly improves the consistency and maintainability of the schema. Additionally, new enum values have been added, and xref slots are introduced for better data integration. Overall, these are excellent improvements. I've found one minor typo in a slot definition that should be addressed.
linkml-schema/source_library_generation/gsheet_output/Slots.tsv
Outdated
Show resolved
Hide resolved
…ttributes_librarygeneration_20251212
…/github.com/puja-trivedi/models into unite_attributes_librarygeneration_20251212
… created a separate Donor Schema
…codedCellSample.tag_local_name, LibraryAliquot.fastq_file_alignment_status. Added NIMP ID to slot:DissectionRoiPolygon.name. Added valueset for LibraryAliquot.fastq_file_alignment_status.
…/github.com/puja-trivedi/models into unite_attributes_librarygeneration_20251212
…ssName_nhash_id). also removed extra spaces from some cells. Also renamed SpecimenDissectionROI to ROI to match NIMP terminology browser (only changed in NIMP category column not in LinkML class name).
…/github.com/puja-trivedi/models into unite_attributes_librarygeneration_20251212
This PR contains changes to the LibraryGeneration Model that were made to unify the information between the MOWG metadata spreadsheet and the NIMP terminology list. Specifically focusing on if every attribute has a BICAN UUID and if that matches what is in the NIMP database.