GeomScale / dingo

A python library for metabolic networks sampling and analysis
GNU Lesser General Public License v3.0
41 stars 27 forks source link

Read `.xml` models #26

Closed hariszaf closed 1 year ago

hariszaf commented 2 years ago

To address the challenges that come along with the metabolic network reconstruction process, the metabolic modeling community has adopted the Systems Biology Markup Language (SBML) to a great extent.

Therefore, most metabolic models are in a .xml format and this is the reason that supporting this format would benefit dingo the most.

To this end, dingo could make use of the libsbml library via its Python interface.

Ghostfreak-077 commented 2 years ago

Sir, I am a pythonist and I would like to solve this issue. but, I am not much into networks, so can you guide me to solve the issue.

himanshuParashar0101 commented 2 years ago

kindly assign this issue to me

vissarion commented 2 years ago

Please go ahead and submit a PR.

hariszaf commented 1 year ago

Hello there. Was there any progress reg. this issue? Thanks a lot!