carolzhou / multiPhATE2

multiPhATE with comparative genomics
18 stars 10 forks source link

How to get the faa file for the superset gff? #39

Closed ilyavs closed 2 years ago

ilyavs commented 2 years ago

Hi, I am running multiphate2 with primary_calls = 'superset' (prodigal, phanotate and glimmer callers. Aiming to get the most comprehensive set of genes) and want to obtain both the gff and faa files. I assume the gff file is phate_sequenceAnnotation_main.gff. How can I get the corresponding faa file? Thanks, Ilya.

carolzhou commented 2 years ago

Look for the output files, protein.faa and gene.fnt.

On Mon, Aug 15, 2022 at 9:20 AM ilyavs @.***> wrote:

Hi, I am running multiphate2 with primary_calls = 'superset' (prodigal, phanotate and glimmer callers. Aiming to get the most comprehensive set of genes) and want to obtain both the gff and faa files. I assume the gff file is phate_sequenceAnnotation_main.gff. How can I get the corresponding faa file? Thanks, Ilya.

— Reply to this email directly, view it on GitHub https://github.com/carolzhou/multiPhATE2/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWGOO5TU7M6GO4RQQU65OTVZJU6JANCNFSM56SXXCSQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ilyavs commented 2 years ago

Got it, thanks.