We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using catmaid_set_annotations_for_skeletons can the error be improved when skids don't exist?
catmaid_set_annotations_for_skeletons
Currently
catmaid_set_annotations_for_skeletons(11111111, annotations = "MC_test") Error in catmaid_fetch(path, body = post_data, include_headers = F, simplifyVector = T, : Internal Server Error (HTTP 500).
For removing annotations, the error is better
catmaid_remove_annotations_for_skeletons(11111111, annotations = "MC_test") Error in catmaid_remove_annotations_for_skeletons(11111111, annotations = "MC_test") : No entity ids founds from skids!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using
catmaid_set_annotations_for_skeletons
can the error be improved when skids don't exist?Currently
For removing annotations, the error is better
The text was updated successfully, but these errors were encountered: