ChaseBio is a Bioinformatics tools application/ web-portal which enables solution to some major molecualr biology techniques for example Central dogma of molecular biology and many other created using custom python scripts and using Django framework and front end development tools. Which resulted in creative, simple, easy to visualize results which can be used research and learning purposes.
Django Python based project which uses many different tools like Python, BioPython, CSS3, HTML5, JavaScript, Heroku, and many more. Whole idea and motivation for this project is to enable researchers and students to understand some biological process easily in more innovative and fun way. This web application provide answer to all that questions and it's user friendly, easy to use. And if you are my code a mention would be much apperciated.
-
Python installed on your machine
-
Deployment skills and knowledge using heroku is must for completition of this project.
-
Programming knowledge of python, Django, and other front end languages.
-
Motivation & desire to learn something new, that's all folks, let's get started.
-
first install a virtual envirmoment through command line using command mentioned below.
pip install virtualenvwrapper-win
- create a user using below command
mkvirtualenv name of your choice
- Running virtual enviroment
workon name you choosed above
- Install required files using below command
pip install -r requirements.txt
- Run server using command
python manage.py runserver
- The server is now running at localhost:8000
- Download from Github.
- Clone the repo:
git clone https://github.com/chasesagar/chasebio.git
.
Sagar Saini - Initial work - ChaseSagar See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details