Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 366 Bytes

Protein_Search_API_Test

This small API allows the user to query a database, in this case PubMed and pull up to 200 protein sequences of interest. In the code please enter in your email of your ENTREZ account.

Required Packages

-streamlit

-biopython

-flask

After required packages are installed, the app can be run with the "steamlit run app.py" command