You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identifying Simple and Low Complexity Repeats...(masking turned off)
Tandem Repeats: 0
Masking Repeat Proteins...
NCBIBlastXSearchEngine::search: Error...compressed subject database (../Repbase/RepBase*.fasta/RepeatPeps.lib) does not exist! at /miniconda3/envs/repeatmasker/bin/RepeatProteinMask line 371.
Closing, since this issue has been fixed in a more recent version of RepeatMasker.
@sadikmu This is an unrelated issue: -libdir should be a path to a RepeatMasker Libraries directory, not a fasta file. Please open a new issue if this is still a problem for you.
Should line 192 of RepeatProteinMask read
my $LIBDIR = $config->{'LIBDIR'}->{'value'};
instead of
my $LIBDIR = $config->{'LIBDIR_DIR'}->{'value'};
? The variable $LIBDIR_DIR does not appear in RepeatMaskerConfig.pm; $LIBDIR is used instead. As written, RepeatProteinMask gives me ##the error:
NCBIBlastXSearchEngine::search: Error...compressed subject database (/RepeatPeps.lib) does not exist! at /RepeatProteinMask line 371.
After making the suggested correction, RepeatProteinMask finished running without error.
Apologies for a repeat posting, if someone else has already brought this to your attention. Thank you!
The text was updated successfully, but these errors were encountered: