comocheng / kineticmodelssite

a django site for kinetic models
4 stars 9 forks source link

Fix data importing bugs #114

Closed kiancm closed 4 years ago

kiancm commented 4 years ago

This change fixes some issues with the importer script that I noticed. Namely, duplicate species being created, Kinetics sources being set to their referenced KineticModel's source, and the potential for Reactions to be duplicated. The last issue is quite difficult to validate and I am still working on it.