ngcrawford / SMOGD-Old-Version

Software for the Measurement of Genetic Diversity

Home Page:www.ngcrawford.com/django/jost/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run locally

First clone this repo, navigate the root directory, then do the following:

  1. Install the conda smog-old environment. Note that it's crucial that django be version 1.1.3.

     conda create -n smogd-old --file smogd-old-packages.txt
    
  2. Activate the environment

     conda activate smogd-old
    
  3. Execute the runserver command

     python django/myproject/manage.py runserver
    
  4. Go to: http://127.0.0.1:8000/jost/

About

Software for the Measurement of Genetic Diversity

www.ngcrawford.com/django/jost/


Languages

Language:HTML 44.6%Language:Python 22.5%Language:CSS 18.6%Language:JavaScript 14.3%