RNAcentral / rnacentral-webcode

RNAcentral website source code
https://rnacentral.org
Apache License 2.0
31 stars 8 forks source link

Display Rfam results in sequence search #494

Closed AntonPetrov closed 4 years ago

AntonPetrov commented 4 years ago

The sequence search UI has been updated to display the Rfam search results - thanks @carlosribas for adding Rfam to the search backend!

Examples

Single Rfam hit:

Screenshot 2020-01-03 at 10 32 31

[Several Rfam hits]():

Screenshot 2020-01-03 at 10 29 04

No Rfam hits:

Screenshot 2020-01-03 at 10 30 10

This section ☝️ looks differently as I don't want to waste space on the Rfam classification header.

Error handling

If there is a problem checking Rfam job status, the following message is shown:

Screenshot 2020-01-03 at 10 37 24

If there is a problem loading the results:

Screenshot 2020-01-03 at 10 37 56

User-facing documentation

I added a new section about Rfam to the sequence search docs.

Other changes

I also made a few tweaks to the look and feel of the UI - most notably, the toolbar has been moved just above the facets and the loading indicator is also at the bottom of the page now (where the results will appear) and not at the top.

Any feedback is welcome!