Skip to content

Commit

Permalink
new regex with barrel cortex barrel names exception (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alTeska authored Jun 12, 2024
1 parent c17f56d commit 1a9e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas_placement_hints/app/metadata/isocortex_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"layers": {
"names": ["layer_1", "layer_2", "layer_3", "layer_4", "layer_5", "layer_6"],
"queries": ["@.*1[ab]?$", "@.*2[ab]?$", "@.*[^/]3[ab]?$", "@.*4[ab]?$", "@.*5[ab]?$", "@.*6[ab]?$"],
"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]$"],
"attribute": "acronym",
"with_descendants": true
}
Expand Down

0 comments on commit 1a9e689

Please sign in to comment.