AuReMe / metage2metabo

From annotated genomes to metabolic screening in large scale microbiotas
https://metage2metabo.readthedocs.io
GNU Lesser General Public License v3.0
50 stars 7 forks source link

How to prepare inputs for metage2metabo #51

Closed LiZhihua1982 closed 8 months ago

LiZhihua1982 commented 1 year ago

In the documents, https://metage2metabo.readthedocs.io/en/latest/input.html. The genomes are expected to be in GenBank format (.gbk or .gbff), I want to know which software and parameters are suitable for produce these input file, because I try several softwares, it report errors. In addition, the metabolic networks must be in SBML format, I also want to know the detail procedure to abtain this sbml file, using CarveMe,ModelSEED or gapseq? Thank you very much!

cfrioux commented 1 year ago

Hi,

Genbank format

If you use reference genomes, e.g. from the NCBI, you can download genbank files directly on the database. Be sure to pick ones that contain annotations, or otherwise reannotate them. Prokka is an annotation tool that provides genbank files. Otherwise, if you use genomes that you annotated with Eggnog-mapper, you might want to take a look to emapper2gbk.

SBML format

The format is very usual in metabolic modelling. Carveme, gapseq and ModelSEED will provide SBMLs.

LiZhihua1982 commented 1 year ago

Dear Prof.Clémence Frioux, Thank you very much for your explain! For example, I have several MAGs, I want to analyze them using metage2metabo, first I need prepare gdb file using prokka, which I found it will report error when direct using prokka, it need revise the taxid and LOCUS line, this will need a large time when many MAGs need to be revised. second, I need prepare the seed file. If possible, would you take the MAGs as input file directly. Thanks again!

Best regards

Li Zhihua


发件人: Clémence Frioux @.> 发送时间: 2023年8月21日 14:15 收件人: AuReMe/metage2metabo @.> 抄送: Li Zhihua @.>; Author @.> 主题: Re: [AuReMe/metage2metabo] How to prepare inputs for metage2metabo (Issue #51)

Hi,

Genbank format

If you use reference genomes, e.g. from the NCBI, you can download genbank files directly on the database. Be sure to pick ones that contain annotations, or otherwise reannotate them. Prokka is an annotation tool that provides genbank files. Otherwise, if you use genomes that you annotated with Eggnog-mapper, you might want to take a look to emapper2gbkhttps://github.com/AuReMe/emapper2gbk.

SBML format

The format is very usual in metabolic modelling. Carveme, gapseq and ModelSEED will provide SBMLs.

― Reply to this email directly, view it on GitHubhttps://github.com/AuReMe/metage2metabo/issues/51#issuecomment-1685713962, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJI2BJLEPWMZM4LSSMECFBDXWL4H7ANCNFSM6AAAAAA3XDPGGY. You are receiving this because you authored the thread.Message ID: @.***>

cfrioux commented 1 year ago

If you want help in generating the seed file, take a look at the documentation. You can use a [dedicated command[(https://metage2metabo.readthedocs.io/en/latest/command.html#m2m-seeds) to generate the SBML.

We do not take the MAGs directly as users might want to use their favourite annotation software.