Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 698 Bytes

DataBaseApp Installation instruction.

1. Clone the repo

 git clone https://github.com/jaidevjoshi83/DataBaseApp.git

2. Create a conda environment

 conda create -n TestDB python=3

3. Install Dependencies

 pip install -r requirements.txt

4. Run/Activate the project

 python /DataBaseApp/PeptideDB/manage.py runserver 127.0.0.1:8080

5. Copy this URL to the browser

 http://127.0.0.1:8080/HomePage#

6. Example Query set

 Tools/DataBase
  1. Only peptide sequence as input "AAAAAAGAAGGR"
  2. Only UniPort ID as input "P37837"
  3. Peptide and UniProt ID as input "AAAAAAGAAGGR & Q86U42"