Skip to content

chris-allan/intermine-ws-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The InterMine Python Webservice Client

An implementation of a webservice client for InterMine webservices, written in Python

Who should use this software?

This software is intended for people who make use of InterMine datawarehouses (ie. Biologists) and who want a quicker, more automated way to perform queries. Some examples of sites that are powered by InterMine software, and thus offer a compatible webservice API are:

  • FlyMine
  • MetabolicMine
  • modMine
  • RatMine
  • YeastMine

Queries here refer to database queries over the integrated datawarehouse. Instead of using SQL, InterMine services use a flexible and powerful sub-set of database query language to enable wide-ranging and arbitrary queries.

Downloading:

The easiest way to install is to use easy_install:

sudo easy_install intermine

The source code can be downloaded from a variety of places:

Running the Tests:

If you would like to run the test suite, you can do so by executing the following command: (from the source directory)

python setup.py test

Installation:

Once downloaded, you can install the module with the command (from the source directory):

python setup.py install

Further documentation:

Extensive documentation is available by using the "pydoc" command, eg:

pydoc intermine.query.Query

Also see:

License:

All InterMine code is freely available under the LGPL license: http://www.gnu.org/licenses/lgpl.html

Releases

No releases published

Packages

No packages published