[DAS] SEVERE: DazzleServerMain: DAS Error
Thomas Down
td2 at sanger.ac.uk
Tue Feb 22 04:16:39 EST 2005
On 22 Feb 2005, at 03:35, Warren, Jonathan wrote:
> Can anyone point me in the direction of why I would get the following
> error?
>
> We recently upgraded to the new version of dazzle and our old and new
> data sources now don't work.
>
> The reference servers for ensembl versions 25_34 and 18_34 work fine,
> but our extra annotations in generic feature tables return the
> following
> errors when a features?segment=1,1000 or something similar is used.
> (They show up as sources just fine).
I think there's an error in the request there. You can do either:
features?segment=1 (all features on the sequence named
"1")
or:
features?segment=1:1,1000 (features overlapping positions
1-1000 on "1")
But I don't know of any valid request type which just uses two numbers.
The error you're showing comes from the code which parses the
"segment=" part of the request.
Am I missing something here?
Thomas.
More information about the DAS
mailing list