Releases: igemsoftware2016/UESTC-Software-2016
Releases · igemsoftware2016/UESTC-Software-2016
iGEM-Judging-Release
Dependences
Algorithm
- ISAAC -http://burtleburtle.net/bob/rand/isaac.html
- Zlip2 -http://www.bzip.org
- Fuzzy matching
Front End
- Boostrap - http://getbootstrap.com/
- OWL Carousel - http://owlgraphic.com/owlcarousel
- jQuery - https://jquery.com/
Back End
- Pyhton 2.7
- Django 1.8 - https://www.djangoproject.com
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.18Then, 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.cWhen you finish this, you can just run file "RUN" by:
./runVisit http://127.0.0.1:8000/transform,and you can enjoy our software.