Version 19 (modified by gaou, 15 years ago)

--

Satellite meeting for G-language development

Topics

Development of REST/SOAP web services for G-language Genome Analysis Environment

Participants

  • Kazuharu Arakawa
  • Nobuhiro Kido
  • Kazuki Oshita

REST

genome flatfile access

file upload

  • Base URL:
     http://www.g-language.org/gbi/
  • Syntax
    • POST a file to fileform=file
    • File types are automatically interpreted by the system. Supported formats are: ABI, ACE, ALF, BSML, CTF, EMBL, Entrez Gene, Exp, FastA, FastQ, GCG, GenBank?, Phd, PIR, PLN, raw, SCF, SWISS.
  • Return
    • Returns a unique reference ID for the uploaded file. You can use this ID for the rest of the analysis so that the large file is not transferred over the network.

genome analysis methods

SOAP

Attachments