-
Notifications
You must be signed in to change notification settings - Fork 140
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
Issues with ArchR calling MACS2 from WSL in Windows Environment #2231
Comments
Hi @joeyQX! Thanks for using ArchR! Lately, it has been very challenging for me to keep up with maintenance of this package and all of my other |
Thanks, hope your future reply! |
Hi joey, pretty sure this is a nuanced question on how $PATH is set, and where it happens with respect to when you execute your wsl command from windows. |
Hi joey, are you still having issues with ArchR? |
it seems MACS2 can run but with a new question: proj <- addReproduciblePeakSet(
|
Hi Joey, thanks again for trying to use ArchR. It seems like this is a separate issue, so please create an issue describing how I can reproduce this. Thanks! |
escription:
I'm trying to run ArchR's peak calling functionality on Windows using MACS2 installed in WSL. While MACS2 is successfully installed and running in WSL (confirmed with
macs2 --version
), ArchR fails to locate and execute it from the R/RStudio environment.Current Setup:
What I've tried:
pathToMacs2 <- "wsl macs2"
pathToMacs2 <- "/usr/local/bin/macs2"
pathToMacs2 <- "wsl.exe macs2"
#return all not found
Confirming MACS2 installation in WSL:
bash:
which macs2 # returns /usr/local/bin/macs2
macs2 --version # works correctly
The text was updated successfully, but these errors were encountered: