Skip to content

Commit

Permalink
Add a canned query for Genes with paralogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 16, 2024
1 parent 57f2f47 commit e1cf480
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/pombase_v2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6042,6 +6042,17 @@
]
}
}
},
"canned_query:genes_with_paralogs": {
"name": "Genes with paralogs",
"constraints": {
"node_name": "Genes with paralogs",
"gene_properties": {
"property_flags": [
"has_paralog"
]
}
}
}
},
"canned_query_ids": [
Expand All @@ -6057,6 +6068,7 @@
"protein_coding_genes_unknown_process",
"proteins_with_pdb_structures",
"genes_with_rna_secondary_structure_predictions",
"genes_with_paralogs",
"genes_in_gocam_models"
],
"api_seq_chunk_sizes": [
Expand Down

0 comments on commit e1cf480

Please sign in to comment.