Open
Conversation
Contributor
jdcourcol
commented
Jun 18, 2025
- The uuids of the leaf regions can be initialized with the cell_composition
- because of the seed usage, the basic cell group (not a leaf ) was colliding with a thalamic region, so I had to change it.
bilalesi
reviewed
Jun 18, 2025
Comment on lines
+77
to
+79
| # keep uuid used by core-web-app constant | ||
| DEFAULT_HIERARCHY_ID = uuid.UUID("e3e70682-c209-4cac-a29f-6fbed82c07cd") | ||
| DEFAULT_REGION_ID_FOR_BASIC_CELL_GROUPS_AND_REGIONS = uuid.UUID( |
Contributor
There was a problem hiding this comment.
we need another constant,
Cerebrum is the default selected brain region
annotation_value = 567
DEFAULT_SELECTED_BRAIN_REGION_ID="5c60bf3e-5335-4971-a8ec-6597292452b2" # Cerebrum: annotation_value = 567
mgeplf
reviewed
Jun 18, 2025
1f711b4 to
08e993d
Compare
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.