I'm starting to get an error when running seqVCF2GDS function to covert BCFTools, Strelka2 and GATK uncompressed VCF to GDS.
The code i'm using:
gatkgds<-seqVCF2GDS(gatk.fn, "samples50_gatk_WT.gds", parallel = 17 , storage.option="LZMA_RA")
Error in seqOpen(fn, allow.duplicate = TRUE) :
The number of compression blocks should be defined.
I'm starting to get an error when running seqVCF2GDS function to covert BCFTools, Strelka2 and GATK uncompressed VCF to GDS. The code i'm using: gatkgds<-seqVCF2GDS(gatk.fn, "samples50_gatk_WT.gds", parallel = 17 , storage.option="LZMA_RA")
Error in seqOpen(fn, allow.duplicate = TRUE) : The number of compression blocks should be defined.