Open AdamStuckert opened 3 years ago
Hi! I had a similar issue, and exported LIBDIR as:
export LIBDIR=path/to/conda/env/share/RepeatMasker/Libraries
This worked for me. How did you export yours? Seems like you are using conda and built a specific environment for "Maker", I did that as well.
Cheers,
I did that as well, both the Maker specific environment and export LIBDIR
. @MagnusKerber what version of RepeatMasker is in your conda environment?
Hi @AdamStuckert, my version is the 2.0.1. It came along with the Maker recipe in conda, maybe that's your issue.
@AdamStuckert was the issue solved?
Negative, this did not solve my issue. I'm attempting a clean install of maker, but it keeps failing to solve the environment. Once the install works I'll chime back in.
Hi all,
This seems to be an issue that is popping up now and again (e.g., https://github.com/bioconda/bioconda-recipes/issues/25559). This was supposedly fixed, but I'm seeing it again.
The issue is that when I try to configure RepeatMasker I am getting the following error:
However, I downloaded the DFAM database, and as you can see it is in the appropriate
Libraries
directory:I have tried setting
LIBDIR
manually withexport LIBDIR=
per suggestions in other issues threads, but this also does not help. I am usingRepeatMasker version 4.1.2-p1
.Anyone have any insight?