Skip to content

Commit a3601b6

Browse files
authored
feat: filter order updates for assembly and organism (#921) (#923)
1 parent e023aac commit a3601b6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

site-config/brc-analytics/local/index/genomeEntityConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const genomeEntityConfig: AppEntityConfig<BRCDataCatalogGenome> = {
5757
],
5858
label: "Organism",
5959
},
60-
CATEGORY_GROUPS.PRIORITY_PATHOGENS,
6160
{
6261
categoryConfigs: [
6362
{
@@ -95,6 +94,7 @@ export const genomeEntityConfig: AppEntityConfig<BRCDataCatalogGenome> = {
9594
],
9695
label: "Taxonomic Lineage",
9796
},
97+
CATEGORY_GROUPS.PRIORITY_PATHOGENS,
9898
{
9999
categoryConfigs: [
100100
{

site-config/brc-analytics/local/index/organismEntityConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const organismEntityConfig: AppEntityConfig<BRCDataCatalogOrganism> = {
4040
},
4141
],
4242
},
43-
CATEGORY_GROUPS.PRIORITY_PATHOGENS,
4443
{
4544
categoryConfigs: [
4645
{
@@ -78,6 +77,7 @@ export const organismEntityConfig: AppEntityConfig<BRCDataCatalogOrganism> = {
7877
],
7978
label: "Taxonomic Lineage",
8079
},
80+
CATEGORY_GROUPS.PRIORITY_PATHOGENS,
8181
],
8282
key: "organisms",
8383
},

site-config/ga2/local/index/genome/categoryGroups.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
99
],
1010
label: "Organism",
1111
},
12-
{
13-
categoryConfigs: [
14-
CATEGORY_REGISTRY.ACCESSION,
15-
CATEGORY_REGISTRY.IS_REF,
16-
CATEGORY_REGISTRY.LEVEL,
17-
CATEGORY_REGISTRY.COVERAGE,
18-
CATEGORY_REGISTRY.ANNOTATION_STATUS,
19-
],
20-
label: "Assembly",
21-
},
2212
{
2313
categoryConfigs: [
2414
CATEGORY_REGISTRY.TAXONOMIC_LEVEL_DOMAIN,
@@ -31,4 +21,14 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
3121
],
3222
label: "Taxonomic Lineage",
3323
},
24+
{
25+
categoryConfigs: [
26+
CATEGORY_REGISTRY.ACCESSION,
27+
CATEGORY_REGISTRY.IS_REF,
28+
CATEGORY_REGISTRY.LEVEL,
29+
CATEGORY_REGISTRY.COVERAGE,
30+
CATEGORY_REGISTRY.ANNOTATION_STATUS,
31+
],
32+
label: "Assembly",
33+
},
3434
];

0 commit comments

Comments
 (0)