You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to rewrite one of my Python tools in Rust. But I was not able to find the following SBML section in the output that was produced by let doc: SBMLDocument = SBMLReader::from_xml_string(&content);. I usually use cobrapy and am not very familiar with raw SBML files, so maybe I just overlooked it.
So, is this already implemented?
This would require a slight change to the vcpkg import, so that not libsbml but libsbml[fbc] is pulled. But i think it is fine to add libsbml extensions as people have a need for them.
Uh oh!
There was an error while loading. Please reload this page.
I just tried to rewrite one of my Python tools in Rust. But I was not able to find the following SBML section in the output that was produced by
let doc: SBMLDocument = SBMLReader::from_xml_string(&content);
. I usually use cobrapy and am not very familiar with raw SBML files, so maybe I just overlooked it.So, is this already implemented?
The text was updated successfully, but these errors were encountered: