Skip to content

Releases: igemsoftware2016/UESTC-Software-2016

iGEM-Judging-Release

19 Oct 19:53

Choose a tag to compare

Dependences

Algorithm

Front End

Back End

Installation

Make sure there is python-2.7 in your machine.
And if you want to runserver in your computer, you need git pip, and Django.

    pip django==1.18

Then, come into the location of downloaded file, like:


cd git/Bio101

Runserver in Django.


Python manage.py runserver

You wiil see results like:

System check identified no issues (0 silenced).
October 20, 2016 - 02:53:43
Django version 1.8, using settings 'Bio101.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Now you can visit http://127.0.0.1:8000/transform,and enjoy our software.

If you are using OSX or Windows,you can recompile five .c file in Conver Folder.(Our app is running in service.),by:

cd /transform/convert/c_souce
gcc bt2nt.c
gcc isaac.c
gcc nt2bt.c
gcc isnt2bt.c
gcc isbt2nt.c

When you finish this, you can just run file "RUN" by:

./run

Visit http://127.0.0.1:8000/transform,and you can enjoy our software.