-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Hi,
I am working with a marine mammals and I am interested in annotating its genome.
I tried Augustus once, without training, and then I did BUSCO assessment with the protein data.
BUSCO score with the genome itself is about 97%, but with Augustus proteins is 45.3%.
I don't have RNA data from my species, but I have RNA from its sister species.
I read that one can generate hints from RNA data and I wanted to try it.
I mapped the RNA-seq reads and I wanted to use the bam file to generate the hints.
I tried running bam2hints it and I got an error:
bam2hints: error while loading shared libraries: libbamtools.so.2.5.2: cannot open shared object file: No such file or directory
I looked at the directory and the script is supposed to be compiled there, as mentioned elsewhere.
Any reason why bam2hints is not working?
I tried installing bamtools in conda and it didn't work either.
Any way how to fix this problem?