UofS-Pulse-Binfo / analyzedphenotypes

Tripal/Drupal support for analyzed phenotypic data including data loaders, exporters, trait pages and summaries on germplasm pages.
GNU General Public License v2.0
0 stars 1 forks source link

Upload will combine multiple methods/units for a single trait #59

Closed laceysanderson closed 5 years ago

laceysanderson commented 5 years ago

Since the upload file format only has a column for trait name, if the same trait is in the file with multiple measurements, they will be combined. For example, if we have a time course for canopy height (same trait, multiple methods) then the describe form will only show a single fieldset for canopy height and you will only be able to specify a single method.

Proposed solution: add unique short measurement name and unit to file format and autofill fields based on them.