Closed aminakur closed 1 month ago
The problem is that your RepeatMasker installation was configured to use nhmmer as the default search engine but you are trying to search using consensus library instead of a profile Hidden Markov Model library. You can use the "-engine" option to change the search engine to one that will work with consensus sequences ( e.g "-engine crossmatch" or "-engine ncbi" if you have installed phrap/crossmatch or rmblast respecitvely ).
I am trying to run RepeatMasker with a custom library downloaded from a database. It's in fasta format:
My code:
RepeatMasker -xsmall -pa 12 -lib TIGR_Oryza_Repeats_v_3_3.fna azucena.fna
I am getting an error:An additional hmmPress.log file is created:
I don't understand what I did wrong. The documentation says that -lib option expects a fasta formatted library, which I provided.