Skip to content

Commit

Permalink
Update labels on throughput categories
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Dec 13, 2024
1 parent 44e5a7f commit 19e2e00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions website/pombase_v2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7521,19 +7521,19 @@
"detailed_view_only": true,
"throughput_categories": [
{
"display_name": "High",
"display_name": "High throughput experiment",
"throughput_type": "high"
},
{
"display_name": "Low",
"display_name": "Low throughput experiment",
"throughput_type": "low"
},
{
"display_name": "Inferred",
"throughput_type": "non-experimental"
},
{
"display_name": "All experimental",
"display_name": "All experimental annotation",
"throughput_type": "high|low"
}
]
Expand Down Expand Up @@ -7613,19 +7613,19 @@
"detailed_view_only": true,
"throughput_categories": [
{
"display_name": "High",
"display_name": "High throughput experiment",
"throughput_type": "high"
},
{
"display_name": "Low",
"display_name": "Low throughput experiment",
"throughput_type": "low"
},
{
"display_name": "Inferred",
"throughput_type": "non-experimental"
},
{
"display_name": "All experimental",
"display_name": "All experimental annotation",
"throughput_type": "high|low"
}
]
Expand Down Expand Up @@ -7702,19 +7702,19 @@
"detailed_view_only": true,
"throughput_categories": [
{
"display_name": "High",
"display_name": "High throughput experiment",
"throughput_type": "high"
},
{
"display_name": "Low",
"display_name": "Low throughput experiment",
"throughput_type": "low"
},
{
"display_name": "Inferred",
"throughput_type": "non-experimental"
},
{
"display_name": "All experimental",
"display_name": "All experimental annotation",
"throughput_type": "high|low"
}
]
Expand Down

0 comments on commit 19e2e00

Please sign in to comment.