georgeamccarthy / protein_search

The neural search engine for proteins.
GNU Affero General Public License v3.0
15 stars 6 forks source link

Implement query flow #13

Closed georgeamccarthy closed 3 years ago

georgeamccarthy commented 3 years ago

Implement a query flow so proteins can be searched for. Minimum working example is probably querying through http on the local machine.

Query results should return top most similar proteins. Probably just the protein sequence strings for now.

fissoreg commented 3 years ago

At a certain point we will want the quey to return the pdb_id as for #8