beiko-lab / gengis

GenGIS (pronounced 'Genghis' like Genghis Khan) is a bioinformatics application that allows users to combine digital map data with information about biological sequences collected from the environment. GenGIS provides a 3D graphical interface in which the user can navigate and explore the data, as well as a Python interface that allows easy scripting of statistical analyses using the Rpy libraries.
GNU General Public License v3.0
27 stars 13 forks source link

CABIN plugin #31

Open rbeiko opened 11 years ago

rbeiko commented 11 years ago

Deploy a plugin that can connect to the CABIN database and retrieve data according to a user query. This requires modifications both on the GenGIS client side (GUI, results parsing) and on the server side (an interface to accept queries from GenGIS, retrieve data from the database, and send them back to GenGIS).