-
Notifications
You must be signed in to change notification settings - Fork 3
new regex with barrel cortex barrel names exception #14
Conversation
I tested this new regex with the following setup including barrel annotations:
The newly created placement hints do not have the artefact mentioned in the issue #12 ![]() As discussed with @lecriste, we also checked if the regex is used anywhere else and it seems that direction-vector interpolation uses it here https://github.com/BlueBrain/atlas-direction-vectors/blob/d0b7331f2add43a9a3b185c9bc594f339daab01d/atlas_direction_vectors/app/direction_vectors.py#L212 and this is the metadata that needs to be updated to the regex proposed in this pull request: |
OK. Can I rerun the Atlas pipeline with this new version of |
For me, yes! |
Was the pipeline rerun w/ this @lecriste? |
Not yet. |
@visood it looks like this issue is causing some problems downstream. Was the fix ever implemented/ run? |
Vishal and I , had looked at this issue, and what we found was that the issue with the earlier regexes could be potentially be resolved by setting |
I don't know but are you sure that's enough to fix the issue @alTeska mentioned here? |
I tracked the file in the Atlas pipeline repo: |
Right now, I guess you can update the current pipeline with what @alTeska regex solution. I will test separately , if my solution produces the same result or not. |
The placement hints produced with this version of Let me know if they look good. @alTeska @rai-pranav |
I had a look at the new |
Ok, I also did a release: https://github.com/BlueBrain/atlas-placement-hints/releases/tag/v0.1.3 |
as discussed: BlueBrain/atlas-commons#5
For layers 6a and 6b the regex still keeps the
6[ab]
part, the rest is removed.Uncertain why the original layer 3 regex had additional symbols:
[^/]3
, am I missing something?