Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason for Change
updates all of the COG versions in data portal to <2, and specifies the schema version in the OntologyParser as 5.2.0. this means we'll fetch the latest version of COG that's compliant with 5.2.0.
when we bump the schema version in the future, we'll need to bump the version specified in OntologyParser. i've added this to step 10 in the confluence page
Testing steps
let's see what happens with the unit tests
Checklist 🛎️
not applicable here
Notes for Reviewer