Skip to content
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 installing chromVAR, GO.db not installed #17

Closed
timydaley opened this issue Aug 8, 2017 · 12 comments
Closed

Error installing chromVAR, GO.db not installed #17

timydaley opened this issue Aug 8, 2017 · 12 comments

Comments

@timydaley
Copy link

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘GO.db’
ERROR: lazy loading failed for package ‘chromVAR’

@AliciaSchep
Copy link
Contributor

What was the installation mechanism here that lead to this error? i.e. was this result from calling install_github?

@timydaley
Copy link
Author

Yes. Do you have another way to install it?

@caleblareau
Copy link
Contributor

If I recall correctly, GO.db is a nested dependency of one of the packages that chromVAR depends on. @timydaley does the following work?

source("https://bioconductor.org/biocLite.R")
biocLite("GO.db")
devtools::install_github("GreenleafLab/chromVAR")

@timydaley
Copy link
Author

Yes. But I wanted y'all to be aware of the issue.

@AliciaSchep
Copy link
Contributor

You can also install packages from Github using biocLite, e.g. BiocInstaller::biocLite("GreenleafLab/chromVAR"). This may do better at installing the BioC dependencies, but I'm not sure. Anyways I don't think this is really chromVAR problem, except for the documentation & what recommendation for installation is.

@timydaley
Copy link
Author

That's good to know. I'll change my scripts to reflect this change. Thank you.

@ttriche
Copy link

ttriche commented Aug 9, 2017 via email

@AliciaSchep
Copy link
Contributor

Thanks @ttriche for confirmation (and @timydaley for bringing up the issue), I'll re-open this issue as a reminder to update docs to recommend biocLite installation instead of install_github.

@AliciaSchep AliciaSchep reopened this Aug 9, 2017
@AliciaSchep
Copy link
Contributor

readme updated to recommend biocLite

@Funshope
Copy link

Thanks alot! I have finally installed chromVAR on my computer.

@Funshope
Copy link

Funshope commented Oct 2, 2017

Is there a course organized or going to be organized on ATAC-Seq data analysis? My colleagues and I are really interested in attending.

@AliciaSchep
Copy link
Contributor

@Funshope I would ask that question on the ATAC-seq forum. I think various places have hosted related courses, but don't know specifically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants