Open nikou123456 opened 4 years ago
Hi, I have installed the CaSpER locally, but I got some problems when I run example data and code. Could you help me?
example code:https://github.com/akdess/CaSpER/blob/master/demo/meningioma.R
> final.objects <- runCaSpER(object, removeCentromere=T, cytoband=cytoband, method="iterative")
Performing recursive median filtering...
Performing HMM segmentation...
Error in .Call("forward_backward", kappa, A, py[, I], PACKAGE = "CaSpER") :
"forward_backward" not available for .Call() for package "CaSpER"
In addition: There were 15 warnings (use warnings() to see them)
> warnings()
Warning messages:
1: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 37
2: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 37
3: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 37
4: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 97
5: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 37
6: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 37
7: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 37
8: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 131
9: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 117
10: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 97
11: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 97
12: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 149
13: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 119
14: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 131
15: In runmed(x, filt$n) : 'k' is bigger than 'n'! Changing 'k' to 135
Best, Seven
Dear @nikou123456 , I am very sorry for my late reply. Did you resolve the issue? Please let me know if you still have the same problem.
Dear akdess I am facing this problem while installing CaSpER. this is the error I am facing.
install_github("akdess/CaSpER") Downloading GitHub repo akdess/CaSpER@master from URL https://api.github.com/repos/akdess/CaSpER/zipball/master Installing CaSpER '/home/jrcgr/anaconda3/lib/R/bin/R' --no-site-file --no-environ --no-save \ --no-restore --quiet CMD INSTALL \ '/tmp/RtmpKyZMOU/devtools7a1a3008dfff/akdess-CaSpER-a26e563' \ --library='/home/jrcgr/anaconda3/lib/R/library' --install-tests
Dear @nikou123456 , I am very sorry for my late reply. Did you resolve the issue? Please let me know if you still have the same problem.
Hi Akdess,
Thank you for your reply. I did not solve this problem on my macOS system even though I tried many different ways. It can be successfully installed and run example when I installed it on my Window system. In addition, it also can't be installed on my linux system, there has "non-zero exit status" issue.
Best, Seven
remotes::install_github("akdess/CaSpER")
R data *** moving datasets to lazyload DB Warning: file ‘hg38_cytoband.rda’ has magic number 'RDX3' Use of save versions prior to 2 is deprecated Error in load(zfile, envir = envir) : bad restore file magic number (file may be corrupted) -- no data loaded ERROR: lazydata failed for package ‘CaSpER’
Dear @BMILAB,
I am very sorry for the late reply. Thanks a lot for letting me know about the Mac and Linux system installation issue. I will look into that.
Thanks!
Hi,
THe CaSpER is a great package for CNV identification. I tried to install the CaSpER in R version 3.6 and 4.0, but it always shows "had non-zero exit status", could you help me?
I have tried updating all dependence packages, but it still doesn't work.
Best, Seven