-
Notifications
You must be signed in to change notification settings - Fork 40
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
Dependency checking: The RMblast engine is not installed in RepeatMasker! #43
Comments
Hello @Donbbit , Thank you for using LTR_retriever. Have you solved this issue? If so, could you post how you solve it? Other users may benefit from your experience, thanks! Best, |
Hi @Donbbit, Not sure if you were able to solve this issue, but here's a quick solution to this problem: Try to run RepeatMasker independently with the following command first: if you are getting the following error on running the above command: Then, you need to go to the RepeatMasker lib directory and unzip the taxonomy.data.gz file. This will solve the RepeatMasker dependency issue. Thanks! |
@nm100 Thanks Nancy! The RepeatMasker lib directory is located here: Best, |
Summary for the fix and with more details:
Then yes, it confirms that your RepeatMasker is improperly installed.
Your RepeatMasker should be fixed. To test out:
|
Hello, I am getting the same error about RMblast engine when I try to run LTR_retriever. When I try to run: I get the error: Is there a fix for this? Thank you :) |
@aaronphillips7493 "*" is the file extension of your dummy file. LTR_retriever will add the system date as an extension to avoid corruption. You may copy the dummy file from the LTR_retriever folder to another place for this test. Or you may simply reinstall RepeatMasker from conda. |
Hey, I am trying to run this code: Now when I try to run LTR_Retriever I get the error: I have tried re-installing everything as per the online instructions, and followed the steps above to resolve the issue. When I run: I see the error: I don't know what the solution to this is...all I know is that this was working for me back in June and now it is not. Please, can you provide some insight into what is happening here? Thank you, |
You may need to reinstall RMblast as suggested in this thread #15 by @Weihankk:
|
Hi Shujun, I'm not using a conda version but I still met this problem with LTR_retriever-2.9.0. However, I think my RepeatMasker is properly installed, and when I try the protocol you mentioned above:
Everything is normal,
It just didn't work within the LTR_retriever, can you help me with this ? BRs |
Hi BRs,
If you have a working RepeatMasker, you can provid its path to
LTR_retriever. Please check -help for more instructions.
Best,
Shujun
…On Sat, Mar 20, 2021 at 5:05 AM Elkan Chang ***@***.***> wrote:
Hi Shujun,
I'm not using a conda version but I still met this problem with
LTR_retriever-2.9.0.
However, I'm pretty sure my RepeatMasker is properly installed, and when I
try the protocol you mentioned above:
RepeatMasker -e ncbi -q -pa 1 -no_is -norna -nolow dummy060817.fa* -lib dummy060817.fa*
Everything thing is normal,
RepeatMasker -e ncbi -q -pa 1 -no_is -norna -nolow dummy060817.fa.458191 -lib dummy060817.fa.458191
RepeatMasker version 4.1.1
Search Engine: NCBI/RMBLAST [ 2.10.0+ ]
Using Custom Repeat Library: dummy060817.fa.458191
analyzing file dummy060817.fa.458191
identifying matches to dummy060817.fa.458191 sequences in batch 1 of 1
processing output:
cycle 1
cycle 2
Generating output...
masking
done
It just didn't work within the LTR_retriever, can you help me with this ?
BRs
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNX4NDHXCCADYS7IGRXJ5DTEO4BXANCNFSM4HBKO7IA>
.
|
Hi Shujun, I have tried the
BRs |
Hi Elkan, Sorry for the delayed reply. It seems that the RepeatMasker you were providing did not have the RMblast engine deployed. You may want to reconfigure the program to use the RMblast engine. Best, |
Thank you for sharing this. - Shujun
…On Tue, Jan 11, 2022 at 10:34 AM zzz ***@***.***> wrote:
Hi all, I also got into this error that RMblast engine is not installed in
RepeatMasker, after several months I made a successful run with
LTR_retriever. I guess the new RepeatMasker does not include RMBlast by
default. It took me a bit to find out how to re-configure the RepeatMasker
in miniconda environment, and would like to share here, in case anyone
needs it.
First thing is to conda install rmblast, and then in the environment that
repeatMasker was build find the path where contain the configure file of
RepeatMasker (e.g. /miniconda3/envs/EDTA/share/RepeatMasker/configure ),
then run perl ./configure and follow the instruction. Some info can be
found here
https://supcom.hgc.jp/english/utili_info/manual/RepeatMasker.html
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNX4NCNLCLTBLNCM7LG3ZTUVREXDANCNFSM4HBKO7IA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
I use conda to install LTR_retriever :
conda create -n LTR_retriever
source activate LTR_retriever
conda install -c conda-forge perl perl-text-soundex
conda install -c bioconda cd-hit repeatmasker
git clone https://github.com/oushujun/LTR_retriever.git
./LTR_retriever/LTR_retriever -h
But when I run it with : LTR_retriever -genome Athaliana_167_TAIR9.fa -infinder Athaliana_167_TAIR9.fa.LTR.fa -verbose
the error occurs.
The text was updated successfully, but these errors were encountered: