Currently, Serratus Explorer is only serving the nucleotide search results. There is much more interesting data in the newer search spaces, which should be made explorable via the same interface. The data has already been loaded onto the SQL database.
Prereqs:
Refactor code to not have hardcoded family/genbank code paths (#79). In the end we want a mapping like this:
nucleotide
family
sequence (genbank)
protein
family
protein
sequence (genbank)
rdrp
~phylum~
family
rdrp
Design URL routes. /explorer?family=Coronaviridae is currently sufficient for a single search space, but with multiple search spaces it should be something like /explorer/nucleotide?family=Coronaviridae. This goes hand-in-hand with the next task.
Implementing 3-level nesting on the SRA run summary charts will be another challenge, since the current one is pretty hard-coded for 2-level nesting only. This is due for refactoring anyways - I'd like to clean this file up before proceeding.
RdRP search results are up and we are no longer planning to add protein search results. Data is still in the SQL database if anyone has interest in it.
Currently, Serratus Explorer is only serving the nucleotide search results. There is much more interesting data in the newer search spaces, which should be made explorable via the same interface. The data has already been loaded onto the SQL database.
Prereqs:
/explorer?family=Coronaviridae
is currently sufficient for a single search space, but with multiple search spaces it should be something like/explorer/nucleotide?family=Coronaviridae
. This goes hand-in-hand with the next task.Implementing 3-level nesting on the SRA run summary charts will be another challenge, since the current one is pretty hard-coded for 2-level nesting only. This is due for refactoring anyways - I'd like to clean this file up before proceeding.