(Created page with "<div class="page-container"> <div class="header1" id="header-project"> Project </div> <div class="header2"> Validation </div> <div class="header3"> Installabili...") |
|||
Line 1: | Line 1: | ||
+ | <!-- TODO:加多一些运行成功的截图 --> | ||
<div class="page-container"> | <div class="page-container"> | ||
+ | <div class="last-page-identify" data-value="5"></div> | ||
<div class="header1" id="header-project"> Project </div> | <div class="header1" id="header-project"> Project </div> | ||
Line 13: | Line 15: | ||
To run CO-RAD, you should get prepared on your server as follow: | To run CO-RAD, you should get prepared on your server as follow: | ||
<ol> | <ol> | ||
− | <li> Make sure your server has over < | + | <li> Make sure your server has over <span class="bold">8GB</span> memory available, while <span class="bold">16GB</span> |
is recommended. This is crucial for our search system.</li> | is recommended. This is crucial for our search system.</li> | ||
<li>Python>= 3.6, with main following packages installed: | <li>Python>= 3.6, with main following packages installed: | ||
<ul> | <ul> | ||
− | <li>Django>= 2.0</li> | + | <li>Django >= 2.0</li> |
− | <li>pySBOL==2.3.0.</li> | + | <li>pySBOL == 2.3.0.</li> |
− | <li>tensorflow==1.11.0</li> | + | <li>tensorflow == 1.11.0</li> |
</ul> | </ul> | ||
Numpy, xlrd, pandas, sklearn Details for these packages are listed below. | Numpy, xlrd, pandas, sklearn Details for these packages are listed below. | ||
Line 31: | Line 33: | ||
<div class="content"> | <div class="content"> | ||
<ul> | <ul> | ||
− | <li><span class=" | + | <li><span class="bold"> Repo Clone. </span> Clone the repository from github. With git installed, you can |
− | type git clone | + | simply type git clone |
<a href="https://github.com/igemsoftware2018/SYSU-Software-2018">https://github.com/igemsoftware2018/SYSU-Software-2018</a> | <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 | in your terminal. Or you can visit our repository and download the source file, unzip it and copy it to | ||
your custom directory. | your custom directory. | ||
</li> | </li> | ||
− | <li><span class=" | + | <li><span class="bold"> Installation. </span> The main installation process is packed into scripts. Run |
setup.sh (setup.bat for Windows) | setup.sh (setup.bat for Windows) | ||
for installation. It may take several minutes to load ocean of data to the database. After finishing, | for installation. It may take several minutes to load ocean of data to the database. After finishing, | ||
− | simply run runserver.sh(runserver. | + | simply run runserver.sh(runserver.bat on windows) to let CO-RAD get started to run! |
</li> | </li> | ||
</ul> | </ul> | ||
+ | </div> | ||
+ | <div class="header4"> | ||
+ | Mac OS Mojave | ||
+ | </div> | ||
+ | <div class="header5"> | ||
+ | Enviroment | ||
+ | </div> | ||
+ | <div class="content"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b5/T--SYSU-Software--macos_config.png" /> | ||
+ | <div class="caption">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. | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
+ | <div class="header5"> | ||
+ | Result | ||
+ | </div> | ||
+ | <div class="content"> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2018/9/9c/T--SYSU-Software--macos_run.png" /> | ||
+ | <div class="caption"> | ||
+ | Successfully installed. | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="header4"> | ||
+ | Windows 10 Enterprise Edition | ||
+ | </div> | ||
+ | |||
+ | <div class="header5"> | ||
+ | Enviroment | ||
+ | </div> | ||
+ | |||
+ | <div class="content"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/49/T--SYSU-Software--win_config.png" /> | ||
+ | <div class="caption"> Windows 10 Enterprise edition with 8GB RAM and Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz, | ||
+ | 64-bit operating system</div> | ||
+ | </div> | ||
+ | |||
+ | <div class="header5"> | ||
+ | Result | ||
+ | </div> | ||
+ | |||
+ | <div class="content"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/0/06/T--SYSU-Software--win_run.png" /> | ||
+ | <div class="caption"> Successfully installed.</div> | ||
+ | </div> | ||
+ | |||
+ | <div class="header4"> | ||
+ | Linux Arch Distribution | ||
+ | </div> | ||
+ | <div class="header5"> | ||
+ | Environment | ||
+ | </div> | ||
+ | <div class="content"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/4e/T--SYSU-Software--arch_config.png" /> | ||
+ | <div class="caption"> Linux Arch Distribution with 4 GB RAM and Intel(R) Core(TM)2 Duo CPU T660 @ 2.20GHz. | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="header5"> | ||
+ | Result | ||
+ | </div> | ||
+ | <div class="content"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/a/ad/T--SYSU-Software--arch_run.png" /> | ||
+ | <div class="caption"> Successfully installed. </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="next-page-identify" data-value="8"></div> <!-- 这个是跳页标记 --> | ||
</div> | </div> |
Revision as of 15:25, 17 October 2018
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:
- Make sure your server has over 8GB memory available, while 16GB is recommended. This is crucial for our search system.
- 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.
- 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="" />
Result
<img src="" />
Windows 10 Enterprise Edition
Enviroment
<img src="" />
Result
<img src="" />
Linux Arch Distribution
Environment
<img src="" />
Result
<img src="" />