Hi,
I am getting the below errors while loading the hg38 reference database and the hg38 covariate files
load("Exome/covariates_hg19_hg38_epigenome_pcawg.rda")
Error in load("Exome/covariates_hg19_hg38_epigenome_pcawg.rda") :
bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘covariates_hg19_hg38_epigenome_pcawg.rda’ has magic number ''
Use of save versions prior to 2 is deprecated
A similar error while running the dndscv command without covariates
t <- dndscv(mut, refdb = "Exome/RefCDS_human_GRCh38_GencodeV18_recommended.rda", cv = NULL)
[1] Loading the environment...
Error in load(refdb) :
bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘RefCDS_human_GRCh38_GencodeV18_recommended.rda’ has magic number ''
Use of save versions prior to 2 is deprecated
Kindly help in resolving the error.
Regards
Gaurav
Hi,
I am getting the below errors while loading the hg38 reference database and the hg38 covariate files
load("Exome/covariates_hg19_hg38_epigenome_pcawg.rda")
Error in load("Exome/covariates_hg19_hg38_epigenome_pcawg.rda") :
bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘covariates_hg19_hg38_epigenome_pcawg.rda’ has magic number ''
Use of save versions prior to 2 is deprecated
A similar error while running the dndscv command without covariates
t <- dndscv(mut, refdb = "Exome/RefCDS_human_GRCh38_GencodeV18_recommended.rda", cv = NULL)
[1] Loading the environment...
Error in load(refdb) :
bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘RefCDS_human_GRCh38_GencodeV18_recommended.rda’ has magic number ''
Use of save versions prior to 2 is deprecated
Kindly help in resolving the error.
Regards
Gaurav