From 82b7ad3b1c4db811ca8f96127ae9ac9e850150c7 Mon Sep 17 00:00:00 2001 From: Aleksandra Zuzanna Teska Date: Tue, 3 Oct 2023 12:45:14 +0200 Subject: [PATCH] change metadata to ignore barrel cortex in layer placement hints --- .../app/metadata/isocortex_23_metadata.json | 6 ++++++ .../app/metadata/isocortex_metadata.json | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/atlas_placement_hints/app/metadata/isocortex_23_metadata.json b/atlas_placement_hints/app/metadata/isocortex_23_metadata.json index b0e4896..4210bc3 100644 --- a/atlas_placement_hints/app/metadata/isocortex_23_metadata.json +++ b/atlas_placement_hints/app/metadata/isocortex_23_metadata.json @@ -11,5 +11,11 @@ "queries": ["@.*1[ab]?$", "@.*[2-3][ab]?$", "@.*4[ab]?$", "@.*5[ab]?$", "@.*6[ab]?$"], "attribute": "acronym", "with_descendants": true + }, + "ignore":{ + "name":"SSp-bfd", + "query": "SSp-bfd-[^-]*$", + "attribute": "acronym", + "with_descendants": true } } diff --git a/atlas_placement_hints/app/metadata/isocortex_metadata.json b/atlas_placement_hints/app/metadata/isocortex_metadata.json index 3981f12..10e1d15 100644 --- a/atlas_placement_hints/app/metadata/isocortex_metadata.json +++ b/atlas_placement_hints/app/metadata/isocortex_metadata.json @@ -11,5 +11,11 @@ "queries": ["@.*1[ab]?$", "@.*2[ab]?$", "@.*[^/]3[ab]?$", "@.*4[ab]?$", "@.*5[ab]?$", "@.*6[ab]?$"], "attribute": "acronym", "with_descendants": true + }, + "ignore":{ + "name":"SSp-bfd", + "query": "SSp-bfd-[^-]*$", + "attribute": "acronym", + "with_descendants": true } -} +} \ No newline at end of file