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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: