Open
Conversation
This reverts commit d0af21b
Collaborator
Author
|
Hi @james-isbister and @MWolfR! This is my initial implementation proposal, as a basis for further iterations/discussions. |
Collaborator
Author
|
@MWolfR, I noticed that the input synaptomes (produced by the EM synapse mapping task) are missing a node_sets.json file but which is referenced in the circuit_config.json. It would be good to add that file (even if empty) since the missing file breaks certain bluepysnap operations. |
| description="Neuron property (e.g., 'synapse_class') by which to group neurons into" | ||
| " pathways between source and target neuron populations.", | ||
| ) | ||
| pathway_param_dict: dict = Field( |
Collaborator
There was a problem hiding this comment.
I think there might be some different ways we can specify these different dictionaries using Blocks. But maybe easier if we discuss over a call or in person
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement of an obi-one task which runs a physiological parameterization of an anatomical synaptome. It uses a synaptome (with or without synaptic physiology) from entitycore as an input and generates a (re-)parameterized synaptome as an output which will be registered as a new entity in entitycore.
Implementation details:
tarfilefor consistency with what we use with all other circuitsRelated issue: #437