Changes between Initial Version and Version 1 of TestingBioMoby

Show
Ignore:
Timestamp:
2008/02/15 11:50:10 (16 years ago)
Author:
gaou
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestingBioMoby

    v1 v1  
     1by Kazuharu Arakawa and Hiroyuki Nakamura (G-language Project, Institute for Advanced Biosciences, Keio University) 
     2 
     3== MOBY Client == 
     4 
     5Current BioMoby release for Perl (http://biomoby.org/PerlReleases/) distributes Client and Server codes together, with several required external CPAN/non-CPAN modules. 
     6 
     7Majority of the users would just want the client code, so  we have put together a Client-only package, using Module::Install so that it automatically installs required CPAN modules upon ''make''. 
     8 
     9Edward 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 
     11 sudo perl -MCPAN -e 'install MOBY::Client::Central' 
     12 
     13