Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maker 3.01.04 “ERROR: Could not determine if RepBase is installed” #1

Open
N0s3n opened this issue Nov 10, 2021 · 3 comments
Open
Assignees

Comments

@N0s3n
Copy link

N0s3n commented Nov 10, 2021

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.

@andrewSharo
Copy link

I ran into this error today and manually fixed it on my own copy of maker, so this is just a reminder to address this in future releases of maker. Is there a reason maker does not support dfam?

@euduca
Copy link

euduca commented May 4, 2023

Hi @andrewSharo .

Can you show us how to fix it?

Thanks.

@andrewSharo
Copy link

Hi @euduca as far as I can recall, I just followed N0s3n's instructions above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants