Skip to content

Commit

Permalink
Add commonly used query for protein feature genes
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 28, 2024
1 parent 6e29422 commit c4e4206
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion website/pombase_v2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6053,6 +6053,15 @@
]
}
}
},
"canned_query:genes_with_annotated_protein_feature": {
"name": "Genes annotated with protein features ",
"constraints": {
"term": {
"termid": "SO:0000839",
"name": " polypeptide_region"
}
}
}
},
"canned_query_ids": [
Expand All @@ -6069,7 +6078,8 @@
"protein_coding_genes_unknown_process",
"proteins_with_pdb_structures",
"genes_with_rna_secondary_structure_predictions",
"genes_in_gocam_models"
"genes_in_gocam_models",
"genes_with_annotated_protein_feature"
],
"api_seq_chunk_sizes": [
10000,
Expand Down

0 comments on commit c4e4206

Please sign in to comment.