georgeamccarthy / protein_search

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

bug: search bar accepts inputs other than amino strings #40

Open georgeamccarthy opened 3 years ago

georgeamccarthy commented 3 years ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to site
  2. search for lsdkaajf;du09u329iof'psodjff'asjfsda($£)($8490328
  3. It doesn't complains, find a protein.

Expected behavior

Additional context Why does it work with punctuation?

Rubix982 commented 3 years ago

We can use the built in re package from python to solve this.