PHI-base / PHI5_web_display

PHI5_web_display will allow to display PHI-Canto data
1 stars 0 forks source link

Display wild type host genotypes as 'wild type' in metagenotypes #53

Closed jseager7 closed 1 year ago

jseager7 commented 2 years ago

(Extracted from issue https://github.com/PHI-base/PHI5_web_display/issues/52)

In the display names for metagenotypes, hosts with no genes are displayed with the string "(wild_type)", which is an allele type instead of a genotype name. For example:

TRI5+ (wild_type) [Wild type product level] F. graminearum (PH-1) | (wild_type) T. aestivum (cv. Bobwhite)

The correct display is simply "wild type", followed by the scientific name.

TRI5+ (wild_type) [Wild type product level] F. graminearum (PH-1) | wild type T. aestivum (cv. Bobwhite)

Also note also that there should only be one space between the string "wild type" and the scientific name: the current display has two spaces.

jashobanta-mcpl commented 1 year ago

Fixed . image

jseager7 commented 1 year ago

Confirmed as fixed.