Проблемы с установкой ArchRLinux

Ответить
Anonymous
 Проблемы с установкой ArchR

Сообщение Anonymous »

Я пытаюсь установить ArchR, чтобы создать код, который сможет воспроизводить результаты статьи для использования в целях моей собственной лаборатории (это описано в шаге 2 на этой странице GitHub: https://github.com/Pinlyu3/IReNA-v2). Я выполняю действия, описанные на этом сайте: https://www.archrproject.com/. Но при выполнении этой строки у меня возникают проблемы:

Код: Выделить всё

devtools::install_github("GreenleafLab/ArchR", ref="master", repos = BiocManager::repositories())
Он возвращает такой результат:

Код: Выделить всё

* DONE (BSgenome)
ERROR: dependency ‘DirichletMultinomial’ is not available for package ‘TFBSTools’
Perhaps try a variation of:
install.packages('DirichletMultinomial')
* removing ‘/home/mmr/R/x86_64-pc-linux-gnu-library/4.5/TFBSTools’
ERROR: dependency ‘TFBSTools’ is not available for package ‘motifmatchr’
Perhaps try a variation of:
install.packages('TFBSTools')
* removing ‘/home/mmr/R/x86_64-pc-linux-gnu-library/4.5/motifmatchr’
ERROR: dependency ‘TFBSTools’ is not available for package ‘chromVAR’
Perhaps try a variation of:
install.packages('TFBSTools')
* removing ‘/home/mmr/R/x86_64-pc-linux-gnu-library/4.5/chromVAR’

The downloaded source packages are in
‘/tmp/RtmpzUmHet/downloaded_packages’
Downloading GitHub repo GreenleafLab/chromVARmotifs@HEAD
Skipping chromVARmotifs, it is already being installed
Skipping install of 'presto' from a github remote, the SHA1 (7636b3d0) has not changed since last install.
Use `force = TRUE` to force installation
── R CMD build ───────────────────────────────────────────────────────────────
✔  checking for file ‘/tmp/RtmpzUmHet/remotes47c87266ad19c/GreenleafLab-ArchR-6feec35/DESCRIPTION’ ...
─  preparing ‘ArchR’:
✔  checking DESCRIPTION meta-information ...
─  cleaning src
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
─  building ‘ArchR_1.0.3.tar.gz’ (652ms)
Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
storing paths of more than 100 bytes is not portable:
‘ArchR/.github/ISSUE_TEMPLATE/bug-error-report---no-usage-questions---feature-requests--use-discussions--.md’

Installing package into ‘/home/mmr/R/x86_64-pc-linux-gnu-library/4.5’
(as ‘lib’ is unspecified)
ERROR: dependencies ‘chromVAR’, ‘chromVARmotifs’, ‘motifmatchr’ are not available for package ‘ArchR’
Perhaps try a variation of:
install.packages(c('chromVAR', 'chromVARmotifs', 'motifmatchr'))
* removing ‘/home/mmr/R/x86_64-pc-linux-gnu-library/4.5/ArchR’
Warning messages:
1: In i.p(...) :
installation of package ‘DirichletMultinomial’ had non-zero exit status
2: In i.p(...) :
installation of package ‘TFBSTools’ had non-zero exit status
3: In i.p(...) :
installation of package ‘/tmp/RtmpzUmHet/file47c87723c16ad/chromVARmotifs_0.2.0.tar.gz’ had non-zero exit status
4: In i.p(...) :
installation of package ‘DirichletMultinomial’ had non-zero exit status
5: In i.p(...) :
installation of package ‘TFBSTools’ had non-zero exit status
6: In i.p(...) :
installation of package ‘motifmatchr’ had non-zero exit status
7: In i.p(...) :
installation of package ‘chromVAR’ had non-zero exit status
8: In i.p(...) :
installation of package ‘/tmp/RtmpzUmHet/file47c87758d14fd/ArchR_1.0.3.tar.gz’ had non-zero exit status
Поскольку вышеописанное имело некоторые проблемы, когда я запускаю

Код: Выделить всё

library(ArchR)
после этого он возвращает

Код: Выделить всё

 Error in library(ArchR) : there is no package called ‘ArchR’
Могу ли я получить помощь в решении этой проблемы? Я делаю это на компьютере с Linux и использую RStudio 4.5.2.

Подробнее здесь: https://stackoverflow.com/questions/798 ... ling-archr
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

Вернуться в «Linux»