-
Notifications
You must be signed in to change notification settings - Fork 17
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
error import bw file #74
Comments
Forgot to mention, I am running the above command in my linux box in Rstudio |
Please install the version from Bioconductor using BiocManager, which will also help you update all of your packages. If you still get the error, then please post a stack trace to help us figure this out. |
Hey @lawremi, I sent the original post in support.bioconductor.org mentioned above, but let it rest in the meantime. Here are the details with an up-to-date R 4.2.2, Bioconductor 3.16, rtracklayer 1.58.0, running the first import.bw calllibrary('rtracklayer')
test_path <- system.file("tests", package = "rtracklayer")
test_bw <- file.path(test_path, "test.bw")
import.bw(test_bw) Output:
traceback()
sessionInfo()
The other tests run without problem: rtracklayer:::.test()
|
Hi I am new to rtracklayer. Just install it from the github. But when I run the test code:
I got the following error:
I found people posting similar problem but no good answer https://support.bioconductor.org/p/9145565/
Below is my R info:
Thanks in advance for your help.
Best
The text was updated successfully, but these errors were encountered: