We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
As it said please consider revising it to 'Number=.', please revise the VCF file.
please consider revising it to 'Number=.'
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: