Skip to content

Commit

Permalink
Add "All experimental" throughput filter type
Browse files Browse the repository at this point in the history
Also rename filter from "Throughput" to "Evidence type".

Refs pombase/website#2297
  • Loading branch information
kimrutherford committed Dec 12, 2024
1 parent 11a2dba commit 9d20a69
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions website/pombase_v2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7472,7 +7472,7 @@
},
{
"filter_type": "throughput",
"display_name": "Throughput",
"display_name": "Evidence type",
"scope": [
"gene",
"term",
Expand All @@ -7490,8 +7490,12 @@
"throughput_type": "low"
},
{
"display_name": "Non-experimental",
"display_name": "Inferred",
"throughput_type": "non-experimental"
},
{
"display_name": "All experimental",
"throughput_type": "high|low"
}
]
}
Expand Down Expand Up @@ -7560,7 +7564,7 @@
},
{
"filter_type": "throughput",
"display_name": "Throughput",
"display_name": "Evidence type",
"scope": [
"gene",
"term",
Expand All @@ -7578,8 +7582,12 @@
"throughput_type": "low"
},
{
"display_name": "Non-experimental",
"display_name": "Inferred",
"throughput_type": "non-experimental"
},
{
"display_name": "All experimental",
"throughput_type": "high|low"
}
]
}
Expand Down Expand Up @@ -7645,7 +7653,7 @@
},
{
"filter_type": "throughput",
"display_name": "Throughput",
"display_name": "Evidence type",
"scope": [
"gene",
"term",
Expand All @@ -7663,8 +7671,12 @@
"throughput_type": "low"
},
{
"display_name": "Non-experimental",
"display_name": "Inferred",
"throughput_type": "non-experimental"
},
{
"display_name": "All experimental",
"throughput_type": "high|low"
}
]
}
Expand Down

0 comments on commit 9d20a69

Please sign in to comment.