You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that some (?) of the FAFB CATMAID neurons are missing the dataset column when querying with vc$get_images_by_type. They still have the data_source one.
Not clear if this is an issue with the data being missing now, or just the function output.
vc$get_images_by_type
<bound method VfbConnect.get_images_by_type of <vfb_connect.cross_server_tools.VfbConnect>>
This uses a query that runs on the VFB site. I assume it's failing here because of out of date cypher + DB changes, as it works fine on the VFB site.
@Robbie1977 - currently these are kept in sync by hand using vfb_query_builder.query_roller.TermInfoExport() to overwrite vfb_connect/resources/VFB_TermInfo_queries.json. Could we automate this with a GitHub action?
It seems that some (?) of the FAFB CATMAID neurons are missing the
dataset
column when querying withvc$get_images_by_type
. They still have thedata_source
one.Not clear if this is an issue with the data being missing now, or just the function output.
Same for another query for FAFB CATMAID neurons, so it could be a general issue.
FYI @jefferis
The text was updated successfully, but these errors were encountered: