natverse / rcatmaid

R package providing API access to the CATMAID web image annotation tool
https://natverse.github.io/rcatmaid
GNU General Public License v3.0
9 stars 6 forks source link

catmaid_rename_neuron do longer works #104

Closed alexanderbates closed 5 years ago

alexanderbates commented 5 years ago

The example

n=catmaid_get_neuronnames(27296)
catmaid_rename_neuron(skids=27296, names=n)

Does not work.

jefferis commented 5 years ago

Error message? Is that skid no longer present in L1? At some point I should change egs to use FAFB.

alexanderbates commented 5 years ago

Ah sorry, I got confused with which CATMAID I was logged into (v14-seg). Though, I do seem to find that some skids I can't name right now e.g. 370310146 in v14-seg, maybe it's not accessible immediately after upload? But I can annotate it


Error in catmaid_fetch(path, body = post_data, include_headers = F, conn = conn, 
 : 
  Not Found (HTTP 404).
jefferis commented 5 years ago

@alexanderbates my conclusion was that this works ok. Is that yours?

jefferis commented 5 years ago

Closing as assume ok.