oschwengers / bakta

Rapid & standardized annotation of bacterial genomes, MAGs & plasmids
GNU General Public License v3.0
448 stars 55 forks source link

Inquiry on CDS annotation #296

Closed songmj86 closed 4 months ago

songmj86 commented 4 months ago

Hi

I do not have any bugs on Bakta, but I got a question to ask CDS annotation

I have thousands of prodigal-generated CDS and use it as inputs (Not genome, but GENE ! ) for Bakta annotation

Is it okay to get the appropriate results if I use "-skip-CDS" ?

Thanks !

oschwengers commented 4 months ago

Hi, thanks for asking. There's a dedicated command bakta_proteins for this sort of bulk annotation. However, this is not implemented on a gene but protein level, so you have to provide the translated protein sequences instead of the nucleic CDS sequences. Please find more information on this here: https://github.com/oschwengers/bakta#protein-bulk-annotation

songmj86 commented 4 months ago

Oh. Thanks !