GreenleafLab / chromVAR

chromatin Variability Across Regions (of the genome!)
https://greenleaflab.github.io/chromVAR/
Other
157 stars 37 forks source link

Installing chromVAR #20

Open Funshope opened 7 years ago

Funshope commented 7 years ago

I've been having problems installing chromVAR. Below is the output that I'm getting. Any idea on how I can install it????

BiocInstaller::biocLite("GreenleafLab/chromVAR") BioCmirror: https://bioconductor.org Using Bioconductor 3.5 (BiocInstaller 1.26.1), R 3.4.1 (2017-06-30). Installing github package(s) ‘GreenleafLab/chromVAR’ Downloading GitHub repo GreenleafLab/chromVAR@master from URL https://api.github.com/repos/GreenleafLab/chromVAR/zipball/master Installing chromVAR '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file \ --no-environ --no-save --no-restore --quiet CMD INSTALL \ '/private/var/folders/s/0_w3y8k54336fm35p1dh6ms40000gn/T/Rtmpvl8fj8/devtools7ce6978bc5/GreenleafLab-chromVAR-7f1d5dc' \ --library='/Library/Frameworks/R.framework/Versions/3.4/Resources/library' \ --install-tests

AliciaSchep commented 7 years ago

I think this might be similar to issue #11, perhaps try out the recommendations Caleb suggested there?

Edit: Are you on a Mac? Can you specify the OS?

Funshope commented 7 years ago

Yes, I'm on MAC.

Funshope commented 7 years ago

Hi Alicia, I'm still struggling to install chromVAR, Below is the error message I'm still getting BiocInstaller::biocLite("GreenleafLab/chromVAR") BioCmirror: https://bioconductor.org Using Bioconductor 3.5 (BiocInstaller 1.26.1), R 3.4.1 (2017-06-30). Installing github package(s) ‘GreenleafLab/chromVAR’ Downloading GitHub repo GreenleafLab/chromVAR@master from URL https://api.github.com/repos/GreenleafLab/chromVAR/zipball/master Installing chromVAR '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file \ --no-environ --no-save --no-restore --quiet CMD INSTALL \ '/private/var/folders/s/0_w3y8k54336fm35p1dh6ms40000gn/T/RtmpT4m9IK/devtoolsc1e40168a60/GreenleafLab-chromVAR-7f1d5dc' \ --library='/Library/Frameworks/R.framework/Versions/3.4/Resources/library' \ --install-tests

caleblareau commented 7 years ago

@Funshope You need the correct version of gfortran installed; see here: http://thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks-lgfortran-and-lquadmath-error/

Funshope commented 7 years ago

I have installed gfortran, I'm still finding it difficult to instal ChromVAR. Below is the error message I'm getting The downloaded binary packages are in /var/folders/s_/0_w3y8k54336fm35p1dh6ms40000gn/T//RtmpQ7HviA/downloaded_packages

BiocInstaller::biocLite("GreenleafLab/chromVAR") BioCmirror: https://bioconductor.org Using Bioconductor 3.5 (BiocInstaller 1.26.1), R 3.4.1 (2017-06-30). Installing github package(s) ‘GreenleafLab/chromVAR’ Downloading GitHub repo GreenleafLab/chromVAR@master from URL https://api.github.com/repos/GreenleafLab/chromVAR/zipball/master Installing chromVAR '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file \ --no-environ --no-save --no-restore --quiet CMD INSTALL \ '/private/var/folders/s/0_w3y8k54336fm35p1dh6ms40000gn/T/RtmpQ7HviA/devtools24030afe234/GreenleafLab-chromVAR-7f1d5dc' \ --library='/Library/Frameworks/R.framework/Versions/3.4/Resources/library' \ --install-tests

caleblareau commented 7 years ago

@Funshope you're super close! I think that the Cpp code is compiling now; there's a pesky dependency (GO.db) that doesn't automatically install (https://github.com/GreenleafLab/chromVAR/issues/17 )

Try this in R:

source("https://bioconductor.org/biocLite.R")
biocLite("GO.db")
devtools::install_github("GreenleafLab/chromVAR")
jaychung10010 commented 7 years ago

Hi everyone, I've also been having problems compiling chromVar. I'm using Mac OS 10.11 with R3.4.1 (both recently updated). I've tried all previous suggestions but this problem still persists:

Would appreciate any help!

BiocInstaller::biocLite("GreenleafLab/chromVAR")

BioC_mirror: https://bioconductor.org Using Bioconductor 3.5 (BiocInstaller 1.26.1), R 3.4.1 (2017-06-30). Installing github package(s) ‘GreenleafLab/chromVAR’ Downloading GitHub repo GreenleafLab/chromVAR@master from URL https://api.github.com/repos/GreenleafLab/chromVAR/zipball/master Installing chromVAR '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ \ --no-save --no-restore --quiet CMD INSTALL \ '/private/var/folders/zk/sr7pyb897114ybyjclrgq_jh0000gp/T/RtmpZWVPp8/devtools2ef62a89a91/GreenleafLab-chromVAR-31c31f9' \ --library='/Library/Frameworks/R.framework/Versions/3.4/Resources/library' \ --install-tests

cajanegra1 commented 7 years ago

Hi guys, Maybe the problem I experienced was similar to some of the issues people report in this thread, or it might have been a totally different bug, but I'll report it anyhow since it might help other users. It's quite simple. I'm trying to install chromVAR on an Amazon Ubuntu instance. Installation runs like a breeze with R 3.3.0, but it fails with R 3.3.3. Specifically, it gets clogged trying to install TFBSTools. No need to answer to this post since I'm happy to work with R 3.3.0, but just wanted to make you guys aware of this potential compatibility issue.

yingyonghui commented 4 years ago

I think this might be similar to issue #11, perhaps try out the recommendations Caleb suggested there?

Edit: Are you on a Mac? Can you specify the OS?

Hi @AliciaSchep , I'm trying to install chromVar in an Ubuntu 18.04 platform with R 3.6.0, and I encountered the same problem mentioned above. Here is the error output. Any suggestions would be appreciated!