Team:TU Delft/Software/part-search

From 2010.igem.org

Part search server

Because the partsregistry has limited capabilities, a part information service was created, running at: igempartview.appspot.com. You can use this server to browse parts by category, as specified by each part in the partsregistry editor. It also supports a range of other webservices that can be used by javascript or other applications, described here.

Why make another webservice?

The current partsregistry web interfaces are pretty limited.

  • There is no interface to search for parts.
  • The XML interface cannot be used by scripts that are not on the partsregistry wiki, due to Same-Origin-Policy

This service supports a webservice mechanism called JSONP, which allows team wiki javascript to query part information (properties, categories, or DNA sequence) in a dynamic way, something that is not possible with the current registry API. A small example of using this interface can be found here, but next year teams could make more advanced use of this (Protein sequence for example)

Implementation

The server uses the DAS server to look for new parts, and the XML Part information to read part information. It refreshes it's content once a week (Look here for accurate update information).

The service runs on Google App Engine, so uptime is pretty ok. There are no server maintainance costs, because it will be able to run within the free quota's of Google App Engine.

iPhone part browser app

TU Delft 2010 Iphone.jpg

The TU Delft team is working on an iPhone app to allow quick lookup of part properties, and browse parts by category. The new webservice above is being used for this. There used to be a more extensive application on the App Store known as "Biobrick Studio" but it seems to have disappeared.

iPhone apps have to be approved by Apple before they end up in the App Store. Once this is done for our app, details will be put on this page: http://igempartview.appspot.com/iphone.jsp