Changes between Initial Version and Version 1 of CallForParticipation200711

Show
Ignore:
Timestamp:
2007/12/10 23:47:53 (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallForParticipation200711

    v1 v1  
     1= Call for participation for Web Service Hackathon = 
     2 
     3 * The contents in this page is obsoleted - see  [wiki:CallForParticipation] for the latest version 
     4 
     5Dear all, 
     6 
     7Database Center for Life Science (DBCLS) is planning to have a !BioHackathon 
     8for the Web Service in next January or February and hope to invite all of you to Japan 
     9(currently considering upto 20 developers from abroad and other 20 developers 
     10from Japan in total). We can offer your travel fare and accommodation fee 
     11by the DBCLS budget. 
     12 
     13DBCLS (http://dbcls.jp/en/) is a non-profit research institution funded by 
     14MEXT (http://www.mext.go.jp/english/), established on the April 2007 and 
     15will continue for the 4 years. One of our goals is to integrate bioinformatics 
     16web services in a unified and convenient manner. 
     17 
     18For this purpose, I'm planning to develop a proxy server which translate 
     19user's query for appropriate web service provider (e.g. EBI, KEGG, BioMOBY etc.) 
     20and formalize the returned data structures, so that user can easily build 
     21their own workflow without bothered by the data format conversion. 
     22 
     23This view is partly based on the comment by Tom Oinn in BOSC2007 - even a sequence 
     24object in BioPerl is not compatible with other Bio* libraries - I strongly agree 
     25with it. We should define "50 basic bioinformatics data types" and implement them 
     26by refactoring current Bio* libraries, then use them in every web services. 
     27 
     28BioMOBY has been served as a initial repository for various web services, however, 
     29there are hundreds of data types are listed and many of them are very similar. 
     30I think they need to be re-organized as the naming convention of the methods and 
     31data types currently used are extremely diverged. I suppose this situation restrict 
     32the interoperability of the services, and to develop any bioinformatics workflow, 
     33user needs to consult with (poor, in some cases) documentations. 
     34 
     35So, I hope to gather as many developers as we can, from major web service providers, 
     36from Bio* developers, and other integrated service providers like BioMOBY and Taverna, 
     37to discuss and develop a new Open Bio* standard for the web-service-centric 
     38bioinformatics-nation (TM). 
     39 
     40I'm preferentially writing you to hear any input to finalize our objectives of 
     41the web service hackathon, as my current knowledge on BioMOBY, myGrid, Taverna 
     42and other web services are very limited. 
     43 
     44From my experience as a developer of the BioRuby library and the KEGG API service, 
     45I'm still stick with the SOAP/WSDL services even though the REST is the current trend. 
     46Because, 
     47 * every SOAP server speaks the same language 
     48  * cost to develop a client code can be minimal 
     49  * user doesn't need any parser (cf. DAS spec etc.) 
     50  * user can easily pass any complex data structure (including <ComplexType>) 
     51 * we can also provide REST service if appropriate 
     52 
     53On behalf of the DBCLS, 
     54 
     55Toshiaki Katayama 
     56 
     57-- 
     58 
     59Human Genome Center, Institute of Medical Science, University of Tokyo 
     60 
     614-6-1 Shirokanedai, Minato-ku, Tokyo 108-0071, Japan 
     62 
     63tel://+81-3-5449-5614 
     64 
     65fax://+81-3-5449-5434 
     66 
     67http://www.hgc.jp/ (Human Genome Center) 
     68 
     69http://bioruby.org/ (BioRuby project) 
     70 
     71http://das.hgc.jp/ (KEGG DAS) 
     72 
     73http://www.genome.jp/kegg/soap/ (KEGG API) 
     74