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 installed, you can simply 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.bat on windows) to let CO-RAD get started to run!
       Mac OS Mojave
       Enviroment
       <img src="T--SYSU-Software--macos_config.png" />
MacBook Pro(13-inch, 2018, Four Thunderbolt 3 Ports) with maxOS Mojave (Version 10.14),
           2.3GHz Intel Core i5 and 16GB 2133 MHz LPDDR3.


       Result
       <img src="T--SYSU-Software--macos_run.png" />
           Successfully installed.
       Windows 10 Enterprise Edition
       Enviroment
       <img src="T--SYSU-Software--win_config.png" />
Windows 10 Enterprise edition with 8GB RAM and Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz, 64-bit operating system
       Result
       <img src="T--SYSU-Software--win_run.png" />
Successfully installed.
       Linux Arch Distribution
       Environment
       <img src="T--SYSU-Software--arch_config.png" />
Linux Arch Distribution with 4 GB RAM and Intel(R) Core(TM)2 Duo CPU T660 @ 2.20GHz.
       Result
       <img src="T--SYSU-Software--arch_run.png" />
Successfully installed.