Template:SYSU-Software/statics/html/Projects/Validation.html

Project
Validation
Installability
To set up your own server, please follow the installation guide below:
Dependency
       To run CO-RAD, you should get prepared on your server as follow:
  1. Make sure your server has over
    8GB
    memory available, while
    16GB
    is recommended. This is crucial for our search system.
  2. Python>= 3.6, with main following packages installed:
    • Django>= 2.0
    • pySBOL==2.3.0.
    • tensorflow==1.11.0
                   Numpy, xlrd, pandas, sklearn Details for these packages are listed below.
    
  3. Supportive data. Click <a href="https://github.com/xwy27/Designer#">here</a> to download, and save it at some path.
Installation
  • Repo Clone. Clone the repository from github. With git install, you can type git clone <a href="https://github.com/igemsoftware2018/SYSU-Software-2018">https://github.com/igemsoftware2018/SYSU-Software-2018</a> in your terminal. Or you can visit our repository and download the source file, unzip it and copy it to your custom directory.
  • Installation. The main installation process is packed into scripts. Run setup.sh (setup.bat for Windows) for installation. It may take several minutes to load ocean of data to the database. After finishing, simply run runserver.sh(runserver.baton windows) to let CO-RAD get started to run!