Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when converting vcf to gds #96

Open
AmanahLW opened this issue Aug 23, 2022 · 2 comments
Open

Error when converting vcf to gds #96

AmanahLW opened this issue Aug 23, 2022 · 2 comments

Comments

@AmanahLW
Copy link

AmanahLW commented Aug 23, 2022

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.

@AmanahLW
Copy link
Author

Sorry, this issue should have been posted on seqarray repo.

@zhengxwen
Copy link
Owner

Please use a single core:
parallel = 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants