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

Bug: No package called "sequenza" #130

Open
samarth8392 opened this issue Jan 23, 2025 · 1 comment
Open

Bug: No package called "sequenza" #130

samarth8392 opened this issue Jan 23, 2025 · 1 comment
Assignees

Comments

@samarth8392
Copy link
Collaborator

Error:

Error in library(sequenza) : there is no package called ‘sequenza’

The issue is probably with the updated ccbr_wes_base:1.1.0 docker file. Even though the sequenza-utils was installed using pip3 but it seems like it was removed from CRAN (see) but they have a docker now.

The solution would be to use sequenza docker image instead of some archived sequenza version on R.

@samarth8392 samarth8392 self-assigned this Jan 23, 2025
@dnousome
Copy link
Member

Maybe we could change to pull from the github repo instead in the docker. Or create a separate image just for sequenza
Rscript -e 'remotes::install_github("ShixiangWang/copynumber"); remotes::install_github("cran/sequenza")' \      && Rscript -e 'remotes::install_version("iotools",version="0.3-2")'

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

2 participants