Skip to content

Commit

Permalink
Remove spaces from CV "PomBase family or domain"
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Mar 19, 2024
1 parent d6132b3 commit 30aa6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ class_info:
protein_and_domain_terms:
class_display_name: PomBase family or domain terms
extends: cvterm
constraint: "cv_id = (select cv_id from cv where cv.name = 'PomBase family or domain')"
constraint: "cv_id = (select cv_id from cv where cv.name = 'pombase_family_or_domain')"
types_and_counts:
class_display_name: SO DNA feature types and counts
constraint: "(select count(*) from feature where type_id = me.cvterm_id) > 0"
Expand Down

0 comments on commit 30aa6db

Please sign in to comment.