CAVEclient icon indicating copy to clipboard operation
CAVEclient copied to clipboard

This is te python client for accessing REST APIs within the Connectome Annotation Versioning Engine.

Results 37 CAVEclient issues
Sort by recently updated
recently updated
newest added

I am working on some neurons with suspiciously few synaptic partners. I think the issue is that many of their synapses occur with twigs. I was wondering if would be...

When using create_table() to create a reference table, missing arguments results in a 502 error making it difficult to parse out. Example below is trying to create a cell_type_reference table...

Thank you for the code and project. They are appreciated. The installation process wasn't stated (and as a result, unclear). An aside, it may be worthwhile to state this is...

Hi. I've been trying to fetch synapses for `864691138134948293` (via `minnie35_public_v0`) and ran into the following error: ```Python >>> client = CAVEclient('minnie35_public_v0') >>> pre = client.materialize.synapse_query(pre_ids=864691138134948293) ~/.pyenv/versions/3.7.5/lib/python3.7/site-packages/caveclient/frameworkclient.py in materialize(self) 290...

Uploads of large tables need to be batched. Instead of pushing this responsibility to the user and require every user to reimplement this from scratch, the CAVEclient should implement a...

I'd like to merge these CAVEclient changes in but would definitely appreciate others looking it all over to make sure it doesn't look like it would break anything important.

1) Fixes the constraints to the correct pcg versions with the new releases. 2) Fixes the behavior to replace a response of `0` with `None` in the case where a...

Skeleton Service should be added. Perhaps we should have a default shader in the info as well?