-
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
Problem with The RMblast engine dependency problem #45
Comments
Hi Ying, Sorry that RepeatMasker is not working for you. I added more detailed guidelines in #43, hopefully you can follow them through and fix the issue. Please let me know if you encounter new issues. Best, |
Hi, Shujun, I followed your suggestions to try to fix the problem. However, the dependency checking is still failed. Then I tried to use version 1.6 and it works. I am wondering version 2.5 may need to compare with 1.6 to fix this dependency problem. Thanks, Ying |
Hi Ying, For dependency checking, the difference between v1.6 and v2.5 is the use of a random number generator to avoid interference between LTR_retriever runs in the same directory. From your initial post, the random number generator seems working in your system, so there should be no difference. I tried a new clone of v2.5 and followed the fix instruction in #43, didn't have a failure for the RepeatMasker dependency. You may start fresh and try again. If you already did, can you paste the output of running this command?
Can you please let me know your system platform? Best, |
Hi, Shujun, I run the following script: The job failed due to the following error: Then I run the command: dummy060817.fa.946456.masked I am running on the supercomputer of my university. Thanks for your help! Ying |
Hi Ying, The output confirms that you have RepeatMasker in your HPC, however LTR_retriever is complaining the missing of RepeatMasker, which means the RepeatMasker path is not properly passed down to LTR_retriever. You may need to double check the installation of LTR_retriever. If you didn't change the path file and rely on finding denpendent programs from bash, then you also need to load RepeatMasker to your job.
Best, |
Hi, Shujun,
I am facing the same problem with dependency of RMblast engine. I tried to follow Nancy's suggestions #43 . I don't have Taxononmy::new() error but successfully got the following files:
dummy060817.fa.926962 dummy060817.fa.926962.masked dummy060817.fa.926962.nin dummy060817.fa.926962.ori.out dummy060817.fa.926962.tbl
dummy060817.fa.926962.cat dummy060817.fa.926962.nhr dummy060817.fa.926962.nsq dummy060817.fa.926962.out
However, when I run ltrretriever 2.5 and ltrretriever 2.1 , I still got error:
Dependency checking: The RMblast engine is not installed in RepeatMasker!
I don't have this error when I use ltrretriever 1.6 and 20170514.
Best,
Ying
The text was updated successfully, but these errors were encountered: