From 5399e898717bae1ae993d07a3833534699078975 Mon Sep 17 00:00:00 2001 From: Ayushi Agrawal <88406934+ayushi-agrawal-gladstone@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:51:15 -0800 Subject: [PATCH] :paperclip: (demo) list of known issues & resolutions --- .../ArchR_demo_issues_and_resolutions.txt | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 intro-sc-atac-seq/ArchR_demo_issues_and_resolutions.txt diff --git a/intro-sc-atac-seq/ArchR_demo_issues_and_resolutions.txt b/intro-sc-atac-seq/ArchR_demo_issues_and_resolutions.txt new file mode 100644 index 0000000..706a80c --- /dev/null +++ b/intro-sc-atac-seq/ArchR_demo_issues_and_resolutions.txt @@ -0,0 +1,27 @@ +ArchR demo + + +Error: +Warnings/errors during plotting + +Resolution: +require(devtools) +install_version("ggplot2", version = "3.4.4", repos = "http://cran.us.r-project.org") + +------------------------------------------------------------------------------------------- + +Error: +I get the following error message while installing ArchR-> ERROR: dependency ‘chromVAR’ is not available for package ‘ArchR’ +* removing ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/ArchR’ +Warning messages: +1: In i.p(...) : + installation of package ‘chromVAR’ had non-zero exit status +2: In i.p(...) : + installation of package ‘/var/folders/hl/b2_4yd491xzfzk8_dt0nm1140000gn/T//RtmpMLZpiv/file7b8448c4f5f8/ArchR_1.0.2.tar.gz’ had non-zero exit status + +Resolution: +1. You would need to install chromVar and then re-run ArchR installation: https://bioconductor.org/packages/release/bioc/html/chromVAR.html +2. One of the participants had another issue. chromVar isntllation complained about gfortan. If so, please follow the resolution here: I found this issue that might help: https://www.biostars.org/p/9579258/ + + +------------------------------------------------------------------------------------------- \ No newline at end of file