Skip to content

usubioinfo/hucovaria

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuCOVaria

About

HuCOVaria (Human/COVID-19 Variants Interaction) is a web-tool designed to provide an atlas of Protein-Protein Interaction information between human proteins and SARS-CoV-2 variant proteins. It provides searchable parameters to filter through the 146,146 interactions involving 4,549 human genes across 12 different SARS-CoV-2 strains. It provides a searchable and downloadable table format and a basic network view to visualize the interactions.

To Populate the DB and run the server

  1. Decompress the main dataset running tar -xvf files/master_slim.tar.gz -C files/.
  1. Run python manage.py migrate to apply migrations.
  2. Run python manage.py runserver {port} to run the application. Replace {port} with the actual port where it should be listening, or leave empty to use the default.

Compile and run with Docker (this will populate the DB automatically)

  1. docker build -t hucovaria-app .
  2. docker run -p 9018:9018 hucovaria-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.7%
  • HTML 29.2%
  • Python 27.3%
  • CSS 2.0%
  • Dockerfile 0.8%