Skip to content

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

@N0s3n

Description

@N0s3n

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions