franciscozorrilla / metaGEM

:gem: An easy-to-use workflow for generating context specific genome-scale metabolic models and predicting metabolic interactions within microbial communities directly from metagenomic data
https://franciscozorrilla.github.io/metaGEM/
MIT License
189 stars 41 forks source link

[Question]: I meet some errors when I use CarveMe for gap-filling? #146

Closed microbial-cookie closed 8 months ago

microbial-cookie commented 9 months ago

Hi franciscozorrilla,

After I run the gap-filling command using my defined medium, I meet errors, as below:

image

image

image

Sorry, I don't know what means, how can I do to solve this problem, please help me, thanks so much, Happy new year!!!!

Ruiwen

franciscozorrilla commented 9 months ago

The errors are probably related to your incorrectly generated media database file. In the last line, benzoate should not have compartment information. Simply replace bz_c with bz.

microbial-cookie commented 8 months ago

Hi franciscozorrilla,

I would like to ask you, are the two files marked in red below generated from SMETANA results? I used the command smetana *-LB-model.xml -m LB --mediadb media-LB.tsv --detailed --verbose, but similar files did not appear. I wanted to inquire about how you obtained these two files. Thank you very much.

image

franciscozorrilla commented 8 months ago

Hi @microbial-cookie, no those files are not generated by SMETANA. I can see how the commit message could be misleading if one does not understand what the different tools are doing, I must have added many files at once. Those two files are generated based on the GEM output of CarveMe. To understand the usage and output of SMETANA, please read the documentation and check out this repo tutorial.

Ruiwen, I would like to ask you to please keep the questions organized by topic, this makes it easier for me to reference and for future users to read through similar issues they may have. Your original post/issue was about CarveMe, and now you are asking a question about SMETANA, in such cases please open a new issue. Furthermore, your question is related to the mi_cheese repo, so please open an issue in that repo if you have further questions.

Best, Francisco