Changes between Version 1 and Version 2 of TestingBioMoby
- Timestamp:
- 2008/02/15 11:53:08 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingBioMoby
v1 v2 9 9 Edward has already uploaded the module to CPAN (http://search.cpan.org/~ekawas/MOBY-Client-1.0/lib/MOBY/Client/Central.pm) so users can easily install MOBY-Client by the following command: 10 10 11 sudo perl -MCPAN -e 'install MOBY::Client::Central' 11 {{{ 12 sudo perl -MCPAN -e 'install MOBY::Client::Central' 13 }}} 14 15 == Testing MOBY services == 16 17 Out of 39 services that can be used with NCBI gi: 18 19 * 5 returned 404 NOT FOUND 20 * 10 returned mobyException (mostly java.lang.exception, or Perl errors) 21 * 5 returned absolutely nothing 22 * only 16 returned some sort of response. 12 23 13 24