Specify annoPath in addArchAnnotations #1897
ChloeHJ
started this conversation in
Feature Requests
Replies: 1 comment
-
I've added this feature on a new branch called devtools::install_github("GreenleafLab/ArchR", ref="dev_annoPath", repos = BiocManager::repositories(), upgrade = "never")
#to unload a package and reload
detach("package:ArchR", unload=TRUE)
library(ArchR) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, since I am running archR via server, I often don't have writing permission to the R packages and addArchAnnotations that require downloading the Anno files to R/ directories fail. Is it possible to add a parameter in the addArchAnnotations function to specify the annoPath?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions