-
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
Error creating Arrowfiles with the tutorial data #1860
Comments
Hi @Gregjlt! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues. |
Should have been addressed previously on the to install: devtools::install_github("GreenleafLab/ArchR", ref="dev", repos = BiocManager::repositories(), upgrade = "never")
#to unload a package and reload
detach("package:ArchR", unload=TRUE)
library(ArchR) |
Thanks a lot for your answer !
And here is the script I used :
And here is the logfile : Thanks a lot for your help ! |
Thanks for reporting back. I made additional changes just now on devtools::install_github("GreenleafLab/ArchR", ref="dev", repos = BiocManager::repositories(), upgrade = "never")
#to unload a package and reload
detach("package:ArchR", unload=TRUE)
library(ArchR) |
@Gregjlt - could you let me know if this has worked? |
Hi @rcorces , thanks for your help, it now works well for me with the tutorial data and my data ! I think you can close this issue |
Thanks for reporting back! Much appreciated! |
Hi,
I have an issue creating Arrowfiles using the function createArrowfiles.
Using the data from the tutorial or personnal fragment files leads to the same error.
Here is the code I used :
And here is the output :
Here is the logfile :
ArchR-createArrows-220ee775e0ab1-Date-2023-02-28_Time-16-36-22.log
Thanks for the help !
The text was updated successfully, but these errors were encountered: