WormBase / pseudoace

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

Fix issue with `generate-datomic-database-report` command line utility #7

Closed mgrbyte closed 8 years ago

mgrbyte commented 8 years ago

When running this command, it fails to complete, exiting with the following error:

ClassCastException datomic.db.Function cannot be cast to datomic.db.Attribute  datomic.datalog/fn--5316 (datalog.clj:346)

This is due to idents in the following namspaces not working with the datalog query:

mgrbyte commented 8 years ago

Superseded by #15