-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update environment on 2019-05-02 #45
Conversation
Includes hetmatpy update to not load redundant (inverse) node pairs for symmetric metapaths. Refs greenelab#43
I will repopulate database locally to test that the updated software works. |
Error text: TypeError: combinations_with_replacement() missing required argument 'r' (pos 2)
The local database import based on 865b8a3 is complete with the following times logged:
database_info
Previously, the PathCounts table had 174,986,768 rows. Now it has 166,199,174 rows. The size went from 66 GB to 63 GB. I created an export of the database using:
The documentation for
|
@dongbohu I talked with @vincerubinetti and he'll let us know when he is okay with some database downtime. At that point, I plan to merge this PR and reload the database using:
Based on the documentation of Update: I ran the command above and it finished quickly with error messages like:
The duplicate pathcounts rows in #43 persist. Therefore, I think I need to drop the database using the procedure in #16 (comment) before running this command. |
I am doing:
This seems to be working, but I got the message:
This message is probably because #16 (comment) recreates the database. |
Includes hetmatpy update to not load redundant (inverse) node pairs for symmetric metapaths.
Refs #43