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

Germplasm search improvements #115

Closed laceysanderson closed 4 years ago

laceysanderson commented 4 years ago

Metadata

Documentation:

Description

This PR ensures that germplasm returned by the autocomplete only include those we have data for the current trait. It also fixes the link to the germplasm page.

Testing?

  1. Ensure you have data for two experiments. This can be done by running the phenotype seeder 2X as described here: https://analyzedphenotypes.readthedocs.io/en/latest/contribute.html#manual-testing-demonstration
  2. Create trait pages for one experiment and publish them.
  3. Ensure you can enter the name of germplasm from the same project and have the autocomplete work but not if you enter germplasm from a different experiment. Germplasm names can be determined by checking out the mview_phenotypes table.
  4. If on a KnowPulse clone also test that the germplasm link works.
reynoldtan commented 4 years ago
laceysanderson commented 4 years ago

Awesome! Thanks