Name: ws - runs web services through BioMOBY
Description:
This is a wrapper around MOBY::Client::Service to run web services
through BioMOBY. Use help -w to search for web services,
help -w to view service description.
Usage:
ws(, $argument1=>$ontology_or_namespace, ...);
arguments are given as hash, where the key is the argument and the
value is the MOBY ontology or Namespace.
ex:
ws('MOBYSHoundGetGenBankWhateverSequence', 'EX5B_ECOLI'=>'Swiss-Prot')
Options:
None.
References:
1. Wilkinson MD, Links M (2002) "BioMOBY: an open source biological web services
proposal.", Brief Bioinform., 3(4):331-341.
2. Wilkinson M, Schoof H, Ernst R, Haase D (2005) "BioMOBY successfully integrates
distributed heterogeneous bioinformatics Web Services. The PlaNet exemplar case.",
Plant Physiol., 138(1):5-17.
Author:
Kazuharu Arakawa (gaou@sfc.keio.ac.jp)
History:
20080227-01 initial posting |