WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: sequence proxy server

Re: sequence proxy server

by Fields, Christopher J :: Rate this Message:

| View in Thread

On Apr 10, 2012, at 3:07 PM, Peter Cock wrote:

> On Fri, Apr 6, 2012 at 2:49 PM, Kevin Murray <k.d.murray.91@...> wrote:
>> Hi all,
>>
>> I'm an undergrad student in molecular biology at the ANU in Australia,
>> and my research projects are becoming increasingly bioinformatics
>> heavy. The latest one has involved quite a large amount of sequence
>> retrieval from GenBank and GenPept. The download speed to Australia
>> from NCBI's servers is rather slow, and i've been thinking about how
>> we can improve this. ...So, i though about writing a "sequence proxy" ...
>
> Have you tried TogoWS? It is based Japan and offers access to
> some of the local databases but also proxies some important
> EMBL/EBI and NCBI resources as well - including GenBank.
> I would expect you'd get much faster response times from
> Australia than talking directly to the NCBI.
> http://togows.dbcls.jp/site/en/rest.html
>
> I think the TogoWS REST API is very nice to use, and seems to
> give much clearer error messages than the NCBI Entrez site
> (TogoWS uses HTTP error codes pretty consistently).
>
> Biopython 1.59 onwards has a simple API for the TogoWS
> REST interface, but their URL structure is very easy, so for
> a simple one off task you can easily roll your own in Perl
> (or write one for BioPerl?).
>
> Peter

Should be easy enough if the API is well-documented.  

Related to this, anyone know if NCBI's REST API is documented anywhere?

chris


_______________________________________________
Bioperl-l mailing list
Bioperl-l@...
http://lists.open-bio.org/mailman/listinfo/bioperl-l

 « Return to Thread: sequence proxy server