KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

Reaction pages no longer render #246

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

Example http://localhost:3000/reaction/D-Glucose%201-phosphate--%3ED-Glucose%206-phosphate

Due to problem with REST endpoint https://api.datanator.info/reactions/kinlaw_by_name/?_from=0&size=1000&bound=tight&substrates=D-Glucose%201-phosphate&products=D-Glucose%206-phosphate

lzy7071 commented 4 years ago

Example http://localhost:3000/reaction/D-Glucose%201-phosphate--%3ED-Glucose%206-phosphate

Due to problem with REST endpoint https://api.datanator.info/reactions/kinlaw_by_name/?_from=0&size=1000&bound=tight&substrates=D-Glucose%201-phosphate&products=D-Glucose%206-phosphate

I forgot to project out a non json-serializable object when I was changing how taxon distance was obtained. It has been fixed now.

jonrkarr commented 4 years ago

Thanks!. Looks good now.