natverse / neuprintr

R client utilities for interacting with the neuPrint connectome analysis service
http://natverse.org/neuprintr
3 stars 3 forks source link

neuprintr:::neuprint_name_field fails for VNC #139

Closed jefferis closed 3 years ago

jefferis commented 3 years ago

@dokato this is the source of your other bug report.

jefferis commented 3 years ago

https://github.com/natverse/neuprintr/blob/64bebfbaa93e23745f080ba6aeb82c3ec4b4c5a7/R/fetch.R#L111-L122

jefferis commented 3 years ago

@dokato

q = "MATCH (n :hemibrain_Neuron) WHERE exists(n.instance) RETURN count(n)"

should be

q = "MATCH (n :Neuron) WHERE exists(n.instance) RETURN count(n)"

could you test if that fixes and make a PR?

jefferis commented 3 years ago

Closed by #140