-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCRUM-3952: change vocabularyterm to ontologyterm after LinkML change #1667
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The AnatomicalSite entity class needs the @AGRCurationSchemaVersion
annotation updated to a min of 2.7.0 - you will also need to increase the LinkMLSchemaConstants.LATEST_RELEASE
constant to this value
...genome/curation_api/services/validation/dto/fms/GeneExpressionAnnotationFmsDTOValidator.java
Show resolved
Hide resolved
...genome/curation_api/services/validation/dto/fms/GeneExpressionAnnotationFmsDTOValidator.java
Show resolved
Hide resolved
...genome/curation_api/services/validation/dto/fms/GeneExpressionAnnotationFmsDTOValidator.java
Outdated
Show resolved
Hide resolved
...genome/curation_api/services/validation/dto/fms/GeneExpressionAnnotationFmsDTOValidator.java
Outdated
Show resolved
Hide resolved
...genome/curation_api/services/validation/dto/fms/GeneExpressionAnnotationFmsDTOValidator.java
Outdated
Show resolved
Hide resolved
I'm guessing you also need to update the integration tests to use ontology terms instead of vocabulary terms |
706622c
to
d28cc2e
Compare
...genome/curation_api/services/validation/dto/fms/GeneExpressionAnnotationFmsDTOValidator.java
Outdated
Show resolved
Hide resolved
Done |
No description provided.