Greeting, I have followed this guide. So far I have configured all the required tools, but when I build database as first step (/home/slin023/RepeatModeler-2.0.1/BuildDatabase -name Phormia /home/slin023/asm.contigs.fasta
)this is the error I ran into:
This is the first 5 lines of fasta genome assembly:
Did I do something wrong with the command? Or do I need to do additional steps to fix the format? Any advice or suggestion is welcomed, thank you for your time!
I am not sure if this is version issue but I have seen similar error in
RepeatModeler-2.0.1
but able to build database usingRepeatModeler-2.0 version
.I figured it out. RepeatModeler is looking for path to "makeblastdb", but it's inside the /bin, so you either copy to /rmblast-2.10.0/ or transfer the files from ~/rmblast-2.10.0/bin to ~/rmblast-2.10.0
you can also (and perhaps even better approach) include the path to the binary files in your $PATH variable.