-
Notifications
You must be signed in to change notification settings - Fork 8
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
Review PPI database-loading script #1072
Comments
Actually After that, After fixing the duplicate protein, if we run the script again, there might be some data already in the table. Thus, having more errors on duplicate keys. My solution was to add Truncate tables to remove existing data, and populate data again. |
…truncate function for loader.py file
We need to look at the current deployed beta to make sure things are functional. @ntran18 and @nchun2 can re-run the scripts to test functionality on a pre-existing database; @ceciliazaragoza and @akaiap will be running these scripts for the for the first time as a part of #1078 and can also report back on functionality |
@ceciliazaragoza was able to get the PPI database running OK. But @akaiap wasn't. She'll see @dondi in office hours to troubleshoot, so we'll keep this open for a little while longer. |
@ntran18 has run into some issues with the PPI loading code/documentation in
beta
(script doesn’t complete; tables do not get populated). We should compare this to what @nchun2 is seeing and in general troubleshoot what might be going onThis may include temporarily (or permanently) revising the scripts to produce better feedback while running so that the user can take note of any progress/issues
The text was updated successfully, but these errors were encountered: