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

bedtoolsr installation fails due to "sh: 1: bedtools: not found" error #2

Open
jordimaggi opened this issue Aug 11, 2022 · 1 comment

Comments

@jordimaggi
Copy link

Hi,

I am trying to run CNV-ClinViewer locally through RStudio Server, installed on Ubuntu 20.04 LTS. During the installation of all dependencies, the installation of bedtoolsr fails because RStudio Server cannot find bedtools. However, bedtools v2.30.0 is installed on the system and on PATH.

I also tried to manually set the path to bedtools manually like so: options(bedtools.path = "/home/analyst/anaconda3/bin/").

I tried the same thing on Windows WSL, and faced the exact same problem.

That did not help either. Do you have any idea on how to overcome this problem?

@jordimaggi
Copy link
Author

Hi,

I managed to fix this. As I matter of fact, I found out that the PATH variable within RStudio was different from the rest of my system. I then added the /home/analyst/anaconda3/bin/ to the PATH variable in RStudio and that solved it, at least for the current session.

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

1 participant