legumeinfo / mine-issues

Report ALL issues on LIS mines here! Regardless of which mine you found it on!
2 stars 0 forks source link

fix gene expression display in report pages #161

Closed adf-ncgr closed 3 months ago

adf-ncgr commented 3 months ago

several of the mines (perhaps all except ArachisMine?) lost the display of gene expression bar charts on the gene report pages. This seems to have been a result of an update that Sam made to the webapp's geneBarchartDisplayer.jsp which require certain properties to be specified in the web.properties file or else the returned structure is malformed. Basically, https://github.com/legumeinfo/mine-webapp/commit/8973ff35d944fc37de328bf9ecdb39d78dc29538 was not followed up with additions to the web.properties file of most mines. Fixing it is a matter of adding those properties to the relevant files, which I'll do for the 5.1.0.3 versions that are currently deployed.