Gaius-Augustus/TSEBRA

genomethreader

bijendrabio opened this issue · 2 comments

Hello,
curious to know if its possible to combine genome threader output (.gff3) file using TSEBRA along with output of BRAKER 1 and BRAKER 2.? kindly suggest!

Regards,
B

Hi,
first, you have to reformat the output to gtf format, e.g. with gffread:

gffread gth.gff3 -T -o gth.gtf

Best,
Lars

@LarsGab Got it. Thank you.