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

Phenotype summary fields #86

Closed reynoldtan closed 5 years ago

reynoldtan commented 5 years ago

This PR will create Tripal 3 fields for showing phenotypic data summaries.

Metadata

Documentation:

Description

Dependencies

none

Testing?

Screen Shot 2019-05-09 at 3 09 38 PM (2)

This PR contains a set of Tripal 3 fields where some fields are compatible for both germplasm page and trait page while others are aimed at either pages. For fields:

Add these fields to Germplasm and/or Traits content types. Whereas

are exclusive to Traits. Lastly,

field goes to Germplasm page only.

When available, a variable to show more detailed count can be set to show items the count is based on, that can be used as an alternative display option, or to verify result and for debugging purposes.

ie: $detailed = TRUE;

reynoldtan commented 5 years ago

I dropped detailed display option that made the queries heavy. Setup option to embed infographics/image to be used when rendering a field type using the phenotype summary formatter.