steineggerlab / Metabuli

Metabuli: specific and sensitive metagenomic classification via joint analysis of DNA and amino acid.
GNU General Public License v3.0
117 stars 10 forks source link

Question regarding databases #65

Closed stas-malavin closed 5 months ago

stas-malavin commented 5 months ago

Hi,

Could you please clarify—to build a database, do I need both nt and aa seqs, or does metabuli translate nucleotides by itself? If it translates, can I specify the translation table?

And the databases themselves are not MMSeqs2 databases, right?

Thank you

jaebeom-kim commented 5 months ago

Thank you for reaching out. Nucleotide sequences are enough to build a DB. Metabuli translates it to build DB. You cannot specify the translation table. The standard table is utilized for all. Since it handles metagenomic data, query reads have to be translated with standard codons. To best match the query, reference DB is also built using standard table.

Metabuli DB and MMseqs2 DB are different.

Thanks again!


From: Stas Malavin @.> Sent: Tuesday, May 21, 2024 5:02:21 PM To: steineggerlab/Metabuli @.> Cc: Subscribed @.***> Subject: [steineggerlab/Metabuli] Question regarding databases (Issue #65)

Hi,

Could you please clarify—to build a database, do I need both nt and aa seqs, or does metabuli translate nucleotides by itself? If it translates, can I specify the translation table?

And the databases themselves are not MMSeqs2 databases, right?

Thank you

— Reply to this email directly, view it on GitHubhttps://github.com/steineggerlab/Metabuli/issues/65, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQK2QJLOGDZ4PA33HG6MHSTZDL5Q3AVCNFSM6AAAAABIBDCDY6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDONRRHE3TAMA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

stas-malavin commented 5 months ago

Thanks for the elaborated reply!