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 in seqVCF2GDS(vcf.files, gds.file, verbose = FALSE) #76

Open
Bulouere opened this issue May 10, 2022 · 1 comment
Open

Error in seqVCF2GDS(vcf.files, gds.file, verbose = FALSE) #76

Bulouere opened this issue May 10, 2022 · 1 comment

Comments

@Bulouere
Copy link

Hi,
I get an error when I'm trying to convert from a vcf file to a gds file using the SeqArray package. Here is my code and the error message.

gds.file <- tempfile()
seqVCF2GDS(vcf.files, gds.file, verbose=FALSE)
Error in seqVCF2GDS(vcf.files, gds.file, verbose = FALSE) :
FORMAT ID 'QSS' (Number=A) should have 1 value(s) but receives 2, please consider revising it to 'Number=.'.
FILE: C:\Users\bwodu1\OneDrive - Johns Hopkins\Yegna Lab\u01\test_vcf\55488_60663_Cancer_vs_55488_60664_Benign_mutect2_passed.vcf
LINE: 66, COLUMN: 10, 0/1:23,14:0.381

@zhengxwen
Copy link
Owner

As it said please consider revising it to 'Number=.', please revise the VCF file.

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