Team:Berkeley Software/Downloads

From 2009.igem.org

(Difference between revisions)
(Subversion)
(Eugene Domain Specific Language - [Code, Documentation])
Line 22: Line 22:
== '''Eugene Domain Specific Language''' - [[http://sourceforge.net/projects/eugene/ Code], [http://sourceforge.net/projects/eugene/support Documentation]] ==
== '''Eugene Domain Specific Language''' - [[http://sourceforge.net/projects/eugene/ Code], [http://sourceforge.net/projects/eugene/support Documentation]] ==
-
[[Image:Eugene.png|150px|right|thumb|Eugene Domain Specific Language]]
+
[[Image:Eugene.png|50px|right|thumb|Eugene Domain Specific Language]]
Here the Eugene programming language interpreter is available. Also included are example files and information on how to run the too. We provide both an executable jar which one can run graphically as well as support for command line operation.
Here the Eugene programming language interpreter is available. Also included are example files and information on how to run the too. We provide both an executable jar which one can run graphically as well as support for command line operation.

Revision as of 20:02, 18 October 2009

Downloads

Contents


On this page you have links that access all the code and documentation for the tools that we have written. Clotho, Eugene, Spectacles, and Kepler (workflows and actors) are all major software projects. For example in the Clotho project alone there are over 200 files and 250,000 lines of code. Therefore in addition to the source code and documentation, we highly recommend the use of an integrated development environment (Netbeans for example) as well as the use of a versioning system (SVN for example). Our code is all open source under a general BSD license and the majority of the code (99%) is written in Java.

Clotho Design Environment - [Code, Documentation]

Clotho Design Environment

The code link (above) connects to sourceforge (an open source code distribution website) where the "download now" button on the project main page provides a build of the Clotho core framework. This is the standalone version of Clotho and should be downloaded by the majority of Clotho users. In this form Clotho comes packaged along with the following Clotho tools:

  • Algorithm Manager - tool for running assembly algorithms to create efficient composite device assemblies.
  • Enzyme Library - mechanism for highlighting and locating enzymes in DNA sequences.
  • Features Library - library of user defined annotations for DNA sequences.
  • Notepad - basic text editing utility which acts as a virtual lab notebook.
  • Parts Manager - parts browser and manager.
  • Sequence View - DNA sequence editor and viewer.
  • Spectacles - visual editing environment for device construction.

The download is an executable jar file which you can run from your computer. You can also get the source code there as well. The source code itself is available here as well. This allows advanced users to build Clotho with only the tools they want as well as incorporate the Clotho RMI tool which is available there as well. As available is the alpha version of the SPAM (Sequence Packaging And Manipulation) tool as well.

Eugene Domain Specific Language - [Code, Documentation]

Eugene Domain Specific Language

Here the Eugene programming language interpreter is available. Also included are example files and information on how to run the too. We provide both an executable jar which one can run graphically as well as support for command line operation.



Kepler/Clotho Integration - [Code, Documentation]

Kepler Actors and Workflows

We have created a number of workflows and actors for Kepler which are available here. This is source code only and requires advanced knowledge of not only Java and the process of building complex Java projects. Much of this also requires advanced knowledge of Kepler.


Java 6

Java

Clotho and all its tools along with the Eugene interpreter all require Java 6. You can get it here. Also there are a number of issues regarding using Java 6 on Macs. More information on getting Clotho to run on Macs is available [?? here].


Netbeans

Netbeans IDE

Clotho is developed using the Netbeans Integrated Development Environment. We highly recommend you use Netbeans to avoid any potential difficulties. In particular Netbean's GUI builder creates .form files which allow for the creation of Java Swing based GUI elements.


Subversion

Subversion