-
Notifications
You must be signed in to change notification settings - Fork 2
Schema update 3.0 #169
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
base: main
Are you sure you want to change the base?
Schema update 3.0 #169
Conversation
Includes three scripts for moving txt/sql files to a mysql server and dumping them back as sqlite. The conftest.py has options for running with the sqlite db A second commit will follow with deletion of all mysql related testing
Includes three scripts for moving txt/sql files to a mysql server and dumping them back as sqlite. The conftest.py has options for running with the sqlite db A second commit will follow with deletion of all mysql related testing
Implemented assembly uuid control Genome group support Simplified lookups for data moved to genome table Alias loading Assembly accession loading genebuild.version removed from updater multiple meta of same type allowed Checks for single only meta keys Fix for meta key verification
JAlvarezJarreta
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.
Partial review, more to follow soon.
JAlvarezJarreta
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.
Almost there, only 2 files and a half left.
JAlvarezJarreta
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.
Almost there, only 2 files and a half left.
JAlvarezJarreta
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.
Almost there! 💪
| self, | ||
| genome: Genome, | ||
| release_id: int, | ||
| release_type: str |
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.
| self, | |
| genome: Genome, | |
| release_id: int, | |
| release_type: str | |
| self, | |
| genome: Genome, | |
| release_id: int, | |
| release_type: str |
| self, | ||
| genome: Genome |
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.
| self, | |
| genome: Genome | |
| self, | |
| genome: Genome |
JAlvarezJarreta
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.
A few changes left, but given the size of the PR, great work!
I would also suggest to split src/tests/test_exports.py in 3 files, one with each class, so reduce the amount of lines in a single file.
JAlvarezJarreta
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.
A few changes left, but given the size of the PR, great work!
I would also suggest to split src/tests/test_exports.py in 3 files, one with each class, so reduce the amount of lines in a single file.
Here is a long one with many significant changes.
Sorry for the length.