Team:Freiburg Software/Special/CircularView

From 2010.igem.org

Revision as of 17:51, 27 October 2010 by Niklas (Talk | contribs)

Sequence View Gadget

The reason why we want to present the Sequence View Gadget on a separate page is that it is the first Gadget used by SynBioWave that was created using Google Web Toolkit and the Cobogwave protocol. Gadgets created this way are very powerful and can be used in so many ways, that SynBioWave could eventually rely solely on GWT Gadgets.

Google Web Toolkit

Google Web Toolkit

Google Web Toolkit is a development framework for building and optimizing complex browser-based applications. With GWT you can create Java Programs that are then compiled and translated to Java Script so they can run in a browser. It was released by Google in 2006 and the latest version is 2.0.4. Since Wave Gadgets are also programmed in Java Script it appears reasonable that GWT projects should also work there. There is however one more step to take.

The CobogWave Protocol

The Cobogwave Protocol enables Wave developers to program Wave Gadgets using GWT. Cobogwave is merely a wrapper to embed them into Wave and make use of the Gadgetstate, so communication with robots is possible.

These tools make it much easier to develop Gadgets, because developers can use Java IDEs and then simply convert the project to Java Script. The first Gadget that makes use of this is the new Sequence View Gadget.

Sequence View Gadget

The Sequence View Gadget allows the user to take a detailed look at the sequences and the features. Future versions will also allow easy editing functions, such as adding annotations.
To use the Sequence View Gadget, simply select a sequence from the workspace and click "Sequence" and then "Circular View" in the main Menu. The robot will then add the Gadget to the wave. It has two tabs containing two different visual representations of the sequence.

Circular View

The circular view provides a nice overview over the sequence and its features. The sequence will be interpreted as circular and all the features will be displayed with their labels around it. You can click and drag the picture around. Future releases will also have the option to zoom in.

Linear View

The Linear View takes the user even more into the details of the sequence as it displays the actual bases and also the features. The Linear View will provide the edit functions in future releases.

GWT - The future of SynBioWave?

GWT have a lot of potential. Right now SynBioWave uses the QooxWave Protocol and then uses QooxDoo to render the main menu. For this we are planing to use a GWT Gadget for this in the future, because it is easier to maintain and develop further. Furthermore more Gadgets could follow to make SynBioWave more interactive and easier to use.