glygener / glyTableMaker-backend

Backend code for the GlyGen Table Maker application
GNU General Public License v3.0
0 stars 0 forks source link

Search by protein #98

Open ReneRanzinger opened 5 days ago

ReneRanzinger commented 5 days ago

Two tab:

The first tab should go directly to a search result page (#96). Peptide is a substring search in the protein sequence ( "WHERE protein_sequence like " + peptide + " ". That will end up on a list page for proteins:

The advanced version supports "X" as wildcard within the peptide sequence and [] as alternatives (e.g. N[SV]T = NST OR NVT).