UofS-Pulse-Binfo / rawphenotypes

A Tripal module for storing raw phenotypic data. Specifically meant to help researchers contribute raw data, visualize summaries and download for further analysis.
2 stars 2 forks source link

Support for na and yyyy year #56

Closed reynoldtan closed 6 years ago

reynoldtan commented 6 years ago

Allow NA, N/A and N.A. (case-insensitive) value into Planting Date. For consistency with other column header that accepts NA, variations of na (na, n/a and n.a.) will be converted and saved to NA.

To test:

  1. Download a spreadsheet file.
  2. Set the value of Planting date to YYYY or NA.
  3. Upload.

To my surprise the heatmap was alble to visualize data in planting date with na, download works too :)

screen shot 2018-06-18 at 10 08 50 am 2

Shows my test for na and 2013 (YYYY).