You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Python develop a REST Entry point service that provides a single endpoint.
Requirements to run API
PyMySQL
Flask
To access entry point Application use HTML pages
entryP.html provides lookup for genes in database and gives four specific fields
gene names (display_label field)
location (location field)
Ensembl stable ID (stable_id field)
species (species field)
If Submitted parameter is not be under 3 chars (If submitted with less than 3 character, an
error code is returned (400 HTTP code))
check.html for the Some Business Rules
Service answer on GET queries, other queries (POST/PUT/PATCH) returns an error (405 HTTP code)