Skip to content

Questions about a missing attribute #16

@Unaimend

Description

@Unaimend

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?

 <fbc:listOfObjectives fbc:activeObjective="obj">
      <fbc:objective fbc:id="obj" fbc:type="maximize">
        <fbc:listOfFluxObjectives>
          <fbc:fluxObjective fbc:reaction="R_BIOMASS_Ecoli_core_w_GAM" fbc:coefficient="1"/>
        </fbc:listOfFluxObjectives>
      </fbc:objective>
    </fbc:listOfObjectives>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions