Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 6866229

Browse files
jdcourcolJean-Denis Courcol
andauthored
BBPP134-1942 adding back ab and 2/3 special case regex (#27)
* BBPP134-1942 adding back ab and 2/3 special case regex * remove ab from regex except layer 6 * removed useless ? from regex --------- Co-authored-by: Jean-Denis Courcol <[email protected]>
1 parent a99ba5e commit 6866229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlas_placement_hints/app/metadata/isocortex_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"layers": {
1010
"names": ["layer_1", "layer_2", "layer_3", "layer_4", "layer_5", "layer_6"],
11-
"queries": ["@^(?!SSp-bfd-[A-Z][0-9]$).*1$", "@^(?!SSp-bfd-[A-Z][0-9]$).*2$", "@^(?!SSp-bfd-[A-Z][0-9]$).*3$", "@^(?!SSp-bfd-[A-Z][0-9]$).*4$", "@^(?!SSp-bfd-[A-Z][0-9]$).*5$", "@^(?!SSp-bfd-[A-Z][0-9]$).*6[ab]$"],
11+
"queries": ["@^(?!SSp-bfd-[A-Z][0-9]$).*1$", "@^(?!SSp-bfd-[A-Z][0-9]$).*2$", "@^(?!SSp-bfd-[A-Z][0-9]$).*[^/]3$", "@^(?!SSp-bfd-[A-Z][0-9]$).*4$", "@^(?!SSp-bfd-[A-Z][0-9]$).*5$", "@^(?!SSp-bfd-[A-Z][0-9]$).*6[ab]?$"],
1212
"attribute": "acronym",
1313
"with_descendants": true
1414
}

0 commit comments

Comments
 (0)