WormBase / pseudoace

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

Changed the qa report to process CSV provided build asset. #73

Closed mgrbyte closed 7 years ago

mgrbyte commented 7 years ago

@a8wright Fixes #64. This PR is also required before I cut the release that will fix #71.

Headline for the change: The "acedb_id_catalog" file generated by the hinxton build process, which is used as an input to the QA step in the migration has been cleaned up, and it's format of this file changed from custom-text to CSV.

datomize-name behavior changed: (datomize-name "2_point_data") now returns: "two-point-data"

Before, would have returned nil.

i.e Convention has been codified of replacing ACeDB class names prefixed with numerics to be their English equivilent. Given an ACeDB class "3_UTR", would now yield "three-utr" via datomize-name.