institut-de-genomique / Gmove

Gmove is a gene prediction tool
http://www.genoscope.cns.fr/gmove
21 stars 2 forks source link

How to feed gmove if I have multiple RNA gff and/or mutiple Ab initio results? #3

Closed xiekunwhy closed 1 year ago

xiekunwhy commented 2 years ago

Hi,

How to feed gmove if I have multiple RNA gff and/or mutiple Ab initio results and/or multiple annot and/or multiple prot gff?

Best, Kun

BeNoel7 commented 2 years ago

Hello, The easiest way is to concatenate your data by its type. For instance, you should concatenate all your RNA gff files into one file and pass it to gmove through the --rna option. You can apply the same logic to your other type of files (ab initio, proteic alignments, or annotation files) Best, Benjamin

xiekunwhy commented 2 years ago

Hi Benjamin,

Thank you for your reply, and I will try to concatenate my data sets.

Best, Kun