Skip to content

Commit

Permalink
adding neuron notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Aug 20, 2024
1 parent 3776d11 commit 4d0505d
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 2 deletions.
216 changes: 216 additions & 0 deletions docs/source/tutorials/vfb_neurons.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/vfb_connect.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: vfb_connect
Version: 2.0.2.dev5+a2818e8.dirty
Version: 2.0.2.dev7+3776d11.dirty
Summary: Wrapper for querying VirtualFlyBrain servers.
Home-page: https://github.com/VirtualFlyBrain/VFB_connect
Author: David Osumi-Sutherland
Expand Down
2 changes: 1 addition & 1 deletion src/vfb_connect/schema/vfb_term.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def potential_drivers_neuronbridge(self):
results_dict = [{"score": item['score'], "method": method, "term": item['id']} for item in results]
self._potential_drivers_neuronbridge = [Score(**dict) for dict in results_dict]
return self._potential_drivers_neuronbridge

# Dynamically add the property to the instance
setattr(self.__class__, 'similar_neurons_nblast', similar_neurons_nblast)
# setattr(self.__class__, 'similar_neurons_neuronbridge', similar_neurons_neuronbridge)
Expand Down

0 comments on commit 4d0505d

Please sign in to comment.