You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: