-
Notifications
You must be signed in to change notification settings - Fork 2
Updated Schema with is_circular and type for assembly_sequence ✨ ✅ #52
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
Conversation
Both of these new values are properly updated in the assembly_sequence updater function. Full test coverrage of all reasonable cases is provided in core_1
src/ensembl/production/metadata/api/sample/ensembl_metadata/assembly_sequence.txt
Outdated
Show resolved
Hide resolved
marcoooo
left a comment
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.
there is no data in tests related to this feature. Shouldn't you add some?
Please check out the changes in the tests. There is full coverage for this feature. |
I didn't see any data in new txt dump files with other values than |
See src/tests/databases/core_1/attrib_type.txt |
Ok, this is misunderstanding here, I meant there is no unit test in place to check we load / update the right values from test set. |
…which are used for top level sequences
Both of these new values are properly updated in the assembly_sequence updater function. Full test coverage of all reasonable cases is provided in core_1
✨ ✅