Skip to content

Data upload trait mismatch/duplication #28

@BoMeyering

Description

@BoMeyering

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

  • Using BrAPI import in Gridscore to import traits works fine. When exporting data from Gridscore, the Germinate upload template only includes the name and the data type of the trait, none of the trait metadata
  • When defining a new trait in Gridscore with categorical data, the trait exports with the discrete categories in a comma separated format like hi,med,lo instead of the correct format required by Germinate uploads, ["hi","med","lo"].

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions