Skip to content

Commit

Permalink
Add "Genes in GO-CAM models" canned query
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jun 18, 2024
1 parent 56445dd commit e31e937
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/pombase_v2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5826,6 +5826,17 @@
"end": null
}
}
},
"canned_query:genes_in_gocam_models": {
"name": "Genes in GO-CAM models",
"constraints": {
"node_name": "gocam_model_count(≥1)",
"int_range": {
"range_type": "gocam_model_count",
"start": 1,
"end": null
}
}
}
},
"canned_query_ids": [
Expand All @@ -5839,7 +5850,8 @@
"conserved_in_S_japonicus",
"priority-unstudied-genes:conserved_unknown_AND_conserved_in_vertebrates",
"protein_coding_genes_unknown_process",
"canned_query:proteins_with_pdb_structures"
"canned_query:proteins_with_pdb_structures",
"canned_query:genes_in_gocam_models"
],
"api_seq_chunk_sizes": [
10000,
Expand Down

0 comments on commit e31e937

Please sign in to comment.