Hello, I am trying to use seqVCF2GDS to change vcf to GDS files, and am getting the following error:
Error in seqVCF2GDS(vcf.fn, "chr1.gds", storage.option = "LZMA_RA", parallel = FALSE) :
std::bad_alloc
FILE: /data/results/liuyumeng/550H.disease.vcf/550H.chr1.vcf.gz
LINE: 293, COLUMN: 5, A
Execution halted
this is my code:
seqVCF2GDS(vcf.fn, "chr1.gds", storage.option="LZMA_RA",parallel=FALSE)


I'm not sure what's wrong with my vcf file format