WormBase / pseudoace

Modelling the WormBase ACeDB database in datomic.
4 stars 3 forks source link

homology DB + testing #84

Closed MagdalenaZZ closed 3 years ago

MagdalenaZZ commented 3 years ago

Because of an incomplete codefix made in azanium 0.7.12, azanium assumes a new name for the homology DB (previously “homol”, now “WS-homol”), whereas pseudoace 0.7.7 (on which azanium is dependant for creating the homology DB) ignores the provided DB name (provided through the --url argument) and keeps using it’s internal default name “homol”. This caused the backup step to fail (because the homology DB was created with an incorrect name).

Permanent solution is fixing the pseudoace code, which now contains the right name. Will be corrected new Azanium release. Possible to test.

DOD: Fix implemented and tested

mluypaert commented 3 years ago

Fixed in commit 8ae68f7a, released as Pseudoace 0.7.8. Will be used in the next azanium release, but currently still to be tested.

mluypaert commented 3 years ago

Released as Azanium 0.7.13