In RepeatMasker/4.1.2-p1, they've changed their database filetypes from .embl to .h5. And masker is checking for .embl files before it runs.
Add a check for .h5 files on line 4972 in lib/GI.pm.
4971 $lib .= "Libraries/RepeatMaskerLib.embl";
4972 die "ERROR: Could not determine if RepBase is installed\n" if(! -f $lib);
And please modify the two exact error messages when checking for RepeatMasker on line 4969 and 4972.
In RepeatMasker/4.1.2-p1, they've changed their database filetypes from
.emblto.h5. And masker is checking for.emblfiles before it runs.Add a check for
.h5files on line 4972 inlib/GI.pm.And please modify the two exact error messages when checking for RepeatMasker on line
4969and4972.