Rothamsted / knetminer

KnetMiner - webapp to search and visualize genome-scale knowledge graphs
https://knetminer.com
MIT License
25 stars 16 forks source link

[BasicLocal UI Test] The links in the gene list columns don't work anymore #771

Closed marco-brandizi closed 1 year ago

marco-brandizi commented 1 year ago

This is a manual UI test based on this template. Other instances of this test can be found here. Tests from the template that aren't mentioned hereby are intended as passed.

Select the example Yield-related Ara

...

As already said, the links under the gene list column don't work anymore and the Js console says:

evidence-table.js:209 Uncaught ReferenceError: geneList is not defined
    at evidencePath (evidence-table.js:209:5)
    at HTMLButtonElement.onclick ((index):1:1)
evidencePath @ evidence-table.js:209
onclick @ (index):1
Arnedeklerk commented 1 year ago

@lawal-olaotan this is incomplete... I still get the exact same response. Clicking on the hyperlinked green text in the Gene List column is supposed to create a network of that count's seed genes. That list of genes seems to be undefined. To test, search with a gene list.

image

Arnedeklerk commented 1 year ago

Thanks @lawal-olaotan