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

what to do without sequenza #28

Open
ldelgado-serrano opened this issue Sep 29, 2023 · 3 comments
Open

what to do without sequenza #28

ldelgado-serrano opened this issue Sep 29, 2023 · 3 comments

Comments

@ldelgado-serrano
Copy link

Hi,
I'm trying to install scarHRD but since there is not sequenza package available nowadays, I got installing scarHRD the error:
ERROR: dependency ‘sequenza’ is not available for package ‘scarHRD’
─ removing ‘/tmp/RtmpeWcghn/Rinst284cb4536be01/scarHRD’
-----------------------------------
ERROR: package installation failed
Error: Failed to install 'scarHRD' from GitHub:
! System command 'R' failed
What can I do? Moreover, I want to run scarHRD by using ASCAT output, not sequenza...
Thanks!

@DolapoA
Copy link

DolapoA commented Oct 26, 2023

Bump - (checking if tool is maintained)

@jwuatx
Copy link

jwuatx commented Oct 27, 2023

sequenza may have moved to another website, and you can get it from conda too

@nr23730
Copy link

nr23730 commented Nov 13, 2023

The underlying issue is the package copynumber which got deprecated on Bioconductor as the vignette didn't compile anymore and the maintainer did not respond.

However, you can install copynumer and sequenza using these two commands (also works on R 4.3):"

devtools::install_github("buschlab/copynumber", build_vignettes = FALSE)
devtools::install_version("sequenza", version = "3.0.0", repos = "http://cran.us.r-project.org")

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

4 participants