Team:USTC-Software/download

From 2011.igem.org

Revision as of 14:13, 1 October 2011 by Xuaoxiqi (Talk | contribs)


Team:USTC-Software - 2011.igem.org/download

Download Lachesis & MoDeL

Lachesis sourcecode(link to github)

MoDeL(link to github)

You can use GNU General Public License, version 2and all later versions.

Supported Platforms

Lachesis is developed with C++ and Qt(link to qt) and can be compiled & run on:
Windows Xp/Vista/7
Debian GNU/Linux
It should also work many on other platform that support Qt and mysql, but we do not guarantee.

MoDeL is written in perl(link to perl) and should work on any platform that support perl & mysql.

Build & Install

MoDeL
Download & unpack MoDeL and follow the instructions in INSTALL to install MoDeL. You may also need to install mysql in the process.

Lachesis
NOTE: We are assuming that you have Qt-sdk on your computer. If not, please refer this(link to qt) page and install it first.

Download & unpack Lachesis’s source code then build & run it with Qt. If you are working on Linux systems, use the following command:
qmake Lachesis.pro
make
cd bin
./LachesisD

On this page we provide links that access all the code and documentation for the tools that we have written, Lachesis the software projects and all represent a substantial amount of effort. For example in the project there are over ? files and ? lines of code. In addition to the source code and documentation, we highly recommend the use of an integrated development environment (Qt for example; info below) as well as the use of a revision control system (Git for example; info below). Our code is all open source under General Public License (GPL) and the majority of the code (99%) is written in C++.

Source code

The registry of software tools for iGEM is currently hosted by GitHub. The site is located at: https://github.com/igemsoftware/USTC-Software_2011

Supporting tools

Lachesis and all its tools all require Qt 4.7. You can get it here. In general we recommend that you have the latest version of Qt installed on whatever machine you run Lachesis on.We have gotten Lachesis to run on many configurations. Please don't give up and please contact us if you have further questions.

Lachesis is developed using Qt SDK which we highly recommend you use to avoid any potential difficulties.You will need to create a new project with the source code you download as well as add the libraries needed. Many of these libraries are available with the Lachesis download while others come with Qt. You will need to augment your Qt project with these libraries. Please see the documentation for more information on how to build Lachesis as a new project.

Finally, in order to get our code from GitHub it may be necessary to download Git (software).You can get this here.