VirtualFlyBrain / vfb-data-ingest-api

This repository contains the REST API code for the Data Ingest API
Other
0 stars 0 forks source link

Implement connections from VFB_neo4j.KB_writer methods. #11

Open dosumis opened 4 years ago

matentzn commented 4 years ago

If a project does not specify a start range for the neuron, should addition fail or pick a default @dosumis ?

matentzn commented 4 years ago

I am passing a list of tuples that looks like [('BFO_0000050', 'FBbt_00005106')] to anon_anatomical_types=types in addImageSet, but no relations are created. Do I have to use IRIs here @dosumis