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

updates to Trait importer, Data download and documentation #119

Closed reynoldtan closed 4 years ago

reynoldtan commented 4 years ago

Metadata

Documentation:

Description

Dependencies

Testing?

To test.

  1. Libraries Disable and uninstall module in your Drupal site. Make sure D3 and PHP_XLSXWriter_plus are not in libraries folder but if they are, you can just go ahead by renaming it with additional text. Enable the module and the following should remind you about your attempt to install this module without those libraries. Screen Shot 2019-11-27 at 3 28 09 PM

  2. Support for TSV file and empty row. Create a trait for the importer and add extra empty lines at the end. Upload file, before this PR it will generate an error, show below. image

With this PR it should save all the traits in the file. In addition, on new install, like the data importer, when no configured genus found it will warn both user and administrator with additional information on how to remedy the problem.