Skip to content

enginates/DataBaseApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages

  • Python 32.1%
  • HTML 30.9%
  • JavaScript 19.3%
  • CSS 17.7%