KAML icon indicating copy to clipboard operation
KAML copied to clipboard

Could not generate *.geno.desc file

Open pjx1990 opened this issue 5 years ago • 1 comments

Hi, I couldn't generate the *.geno.desc file when I used your provided example data. I tried the hmp, vcf, plink and numeric data import the KAML.Data function, but showed the error as below:

Error in CreateFileBackedBigMatrix(as.character(backingfile), as.character(backingpath), : Problem creating filebacked matrix.

pjx1990 avatar Dec 04 '20 08:12 pjx1990

Thank you for trying KAML. This problem may occur over the following possible reasons:

  1. Check your available hard drive space, because the error could be due to insufficient hard drive space to write down the backing-file necessary to the filebacked.big.matrix.
  2. There are already existed backing-files in your work directory which have the same names with your assigned prefix in KAML.Data, it would get conflict on Windows.

YinLiLin avatar Dec 06 '20 06:12 YinLiLin