Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
APTX-4869-MDZZ committed Nov 1, 2017
1 parent ec281eb commit 9a637d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#BioDesigner Coral - IGEM HFUT Software 2017
# BioDesigner Coral - IGEM HFUT Software 2017

##System Introduction
## System Introduction

For biologists, it is quite frustrating to find suitable BioBricks and collect useful genetic information in large volumes of literature. Now with BioDesigner Coral, biologists can search BioBricks, design with the help of recommendations and obtain genetic information of BioBricks in a more comprehensive way. It can analyze user's design, then give recommendations about parts they may need. Through analysis of massive literature, we find useful information about genes, BioBricks, and the relations between genes. All genetic information will be exhibited in a network graph through visualization method to help users understand and use them better. Clicking on the nodes in the network, which represent genes or BioBricks, users can obtain relatively accurate information about related genes, corresponding protein, and relevant literature. We hope BioDesigner Coral can relieve the arduous work in labs and give inspirations to synthetic biologists.

##Structure of the project
## Structure of the project

+ `biosearch: ` Wiki search function
+ `accounts: ` User information management, such as register, login and so on.
Expand All @@ -15,23 +15,23 @@ For biologists, it is quite frustrating to find suitable BioBricks and collect u
+ `utils: ` Some tool functions.
+ `data: ` Some data used in the system.

##System Environments Requires
## System Environments Requires

+ Python 3
+ Java version "1.8.0_20" or later
+ pip 1.5.6 or later
+ MySQL 5.6.20 or later
+ Mongodb 3.2.10 or later

##Pachage Requires
## Pachage Requires

+ Django
+ elasticsearch
+ mysql-python
+ Pillow
+ pymongo

##Install docker
## Install docker

+ Please make sure that you have installed docker and run it fisrt.

Expand Down

0 comments on commit 9a637d2

Please sign in to comment.