Skip to content

A Python application on the Django framework. Provides a set of sequence manipulation and statistical utilities for bioinformatics.

Notifications You must be signed in to change notification settings

xiaobai-first/bio-django

 
 

Repository files navigation

Bioinformatics on Django

Running Locally

[clone]

$ pipenv install

$ createdb python_getting_started

$ python manage.py migrate $ python manage.py collectstatic

$ heroku local

Your app should now be running on localhost:5000.

About

A Python application on the Django framework. Provides a set of sequence manipulation and statistical utilities for bioinformatics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.3%
  • HTML 33.4%
  • CSS 1.6%
  • Other 0.7%