From ca791343f1e72a51563e93beacdba5e352228df4 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Sat, 17 Aug 2024 00:13:41 +1200 Subject: [PATCH] Add paralogs column to results table And to the download dialog. Refs pombase/website#2215 --- website/pombase_v2_config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/pombase_v2_config.json b/website/pombase_v2_config.json index 807d0f7..c4d02b4 100644 --- a/website/pombase_v2_config.json +++ b/website/pombase_v2_config.json @@ -9721,6 +9721,10 @@ "display_name": "PDB structure IDs", "column_type": "list" }, + "paralogs": { + "display_name": "Paralog IDs", + "column_type": "list" + }, "rnacentral_id": { "display_name": "RNACentral ID", "column_type": "string" @@ -10285,6 +10289,7 @@ "characterisation_status", "taxonomic_distribution", "pdb_ids", + "paralogs", "rnacentral_id", "molecular_weight", "protein_length",