You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: