-
Notifications
You must be signed in to change notification settings - Fork 4
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
Data upload trait mismatch/duplication #28
Comments
Germinate will check for exact matches on the trait name, short name, description, data type unit and restrictions. Having the user pick matches during the data upload would not fit into the current way data templates are uploaded and checked. I think this needs some fine-tuning to make sure that at least data imported into GridScore from Germinate via BrAPI will not create new trait definitions when uploading data templates exported from GridScore at a later date. |
I agree, this should be a strict check, I just don't know the workaround for it in the meantime. |
I think they aren't send, because the BrAPI definition of a |
Oh that makes sense, I didn't realize the api doesn't pull in the other fields. Yeah, the Brapi (and Crop Ontology for that matter) specs for these variables are a little different than how traits are defined in Germinate. |
The Issue
When importing data from a Germinate upload template, traits that share the same name do not auto merge with the existing traits in the database, causing a user to have to run trait unification for each trait they uploaded.
Additional Quirks
Proposed Solution
Can Germinate have a name checking feature during upload which checks to see if the name, data type, and categories (if applicable) of traits match and then auto merge them? And if no matches are found, it would then upload it as a new trait.
The text was updated successfully, but these errors were encountered: