cdanielmachado / carveme

CarveMe: genome-scale metabolic model reconstruction
Other
159 stars 53 forks source link

Missing SBO Terms in XML Output with CarveMe #212

Open xuetingyue opened 1 month ago

xuetingyue commented 1 month ago

HI,

After running carve Bsubtilis_168.faa --universe bacteria --gapfill M9 --mediadb media_db.tsv -v, I noticed differences between the XML output and the example files provided on the CarveMe GitHub page.

Figure 1: My XML output contains contains <p>FORMULA: xxx</p>and <p>CHARGE: -2</p>. 图2

Figure 2: The example XML file also contains <p>SBOterm xxx</p> , which is missing in my output. 图1

and the XML looks different when viewed in a browser compared to the example file. Is this discrepancy reasonable? 图3 图4

Additionally, when using --cobra, the generated XML has a gene count of 0, whereas --fbc2 does not have this issue. Any insights on why this happens?

Looking forward to your guidance, thank you!