>> Query "[libs={embl emblnew}-AccNumber: L32145*] " found 1 entries
>>http://srs.ebi.ac.uk:5000/srs5bin/cgi-bin/wgetz?[libs={embl> emblnew}-AccNumber: L32145*]+-e
>> However this returns arguments missing.
> I have tried variations on this to no avail.
>> Is it possible?
you can search as many databanks as you want by including them in
a list within { and }. But the databank names must be
separated by a space which is interpreted as the end of arguments to
the cgi command.
A '+' instead of the ' ' doesn't solve the problem
either since it occurs within the srs query, which is a single
argument which is split into two arguments by the space that replaces
the
'+'.
But there is a solution! use a '_SP_' instead of the ' '. This is
the internal encoding for wgetz. So your query should be
http://srs.ebi.ac.uk:5000/srs5bin/cgi-bin/wgetz?[libs={embl_SP_emblnew}-AccNumber:L32145*]+-e