-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
I wrote the addition to run aratiny with a single-specie configuration, this can be enabled via: /aratiny/manual-test/run-ws-single-specie.sh
The problem is the UI doesn't work during this configuration. When I click on 'Search', no matter the provided input, I get this in the browser console:
data-utils.js:79 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')
at searchKeyword (data-utils.js:79:13)
at <anonymous>:1:1
Which points to a block in searchKeyword() that tries to get chromosome region input from the UI.
The problem seems to be that the initial region has no value in the "Chromosome" selector.
The API returns this information correctly, via:
http://localhost:9090/ws/dataset-info/chromosome-ids?taxId=4565
Reactions are currently unavailable