BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 27 forks source link

NN_mapk.xml with ex12.0 not working #446

Closed hrani closed 2 years ago

hrani commented 2 years ago

ex12.0_multiscale_seq_selectivity with NN_mapk15.xml will not work, as in python file the path is hard-coded to /library/chem/kinetics/, (kinetics which doesn't created in SBML as its not available) Need Annotation to do this

hrani commented 2 years ago

Fixed in 6cb34dbcd3ee3 edge case NN_mapk15.g, extra Neutral path '/kinetics' exist which was not created in xml file which was causing ex12.0* example break This is fixed in writeSBML by adding basepath in compartment Annotation And same is create in ReadSBML