Gaius-Augustus / TSEBRA

TSEBRA: Transcript Selector for BRAKER
47 stars 5 forks source link

Combining runs of BRAKER3 with short and long-read RNA-seq #50

Open danielwood1992 opened 6 months ago

danielwood1992 commented 6 months ago

Hello,

I am trying to combine two runs of BRAKER3: one using short reads and protein data, the other using long-reads and protein data (using the braker_lr branch). Would the best way to combine these be to use tsebra.py -g $short_read/braker.gtf -l $long_read/braker.gtf -e $short_read.hintsfile.gff,$long_read/hintsfile.gff -c ~/TSEBRA/config/long_reads.cfg -o $some_dir/tsebra.gtf? Or would it be better to specify the Augustus and GeneMark files separately, and not use the braker.gtf files? (or does it not make a difference?)

Thanks a lot and best wishes,

Daniel Wood