natverse / neuprintr

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

use neuprint_datasets() to define a default dataset #68

Closed jefferis closed 4 years ago

jefferis commented 4 years ago

Hard coded value of "hemibrain:v1.0" is already out of date

jefferis commented 4 years ago

See https://github.com/natverse/rcatmaid/blob/f92b3655124bc8327a4ad10a0d18bf1ef9ca2ce0/R/catmaid_connection.R#L509-L531 for a related implementation. This caches a value from the server based on the current connection. check_dataset would have to add conn to its signature.

mmc46 commented 4 years ago

We should check if the current specification matches an available dataset.