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
Please see the attached file format of the Build 37 human genome reference file:
image link
It consists of the following parameters:
#CHROM POS ID REF ALT QUAL FILTER INFO
This is a valid VCF file, downloaded from Download link
Line 76 in /lib/index.js should have the number 9 change 8 instead:
if (info.length < 9) {
Line 82 in /lib/index.js should also change the number 8 to 7:
var formatIds = info[7].split(':')
to avoid this error thrown. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please see the attached file format of the Build 37 human genome reference file:
image link
It consists of the following parameters:
#CHROM
POS
ID
REF
ALT
QUAL
FILTER
INFO
This is a valid VCF file, downloaded from Download link
Line 76 in /lib/index.js should have the number 9 change 8 instead:
if (info.length < 9) {
Line 82 in /lib/index.js should also change the number 8 to 7:
var formatIds = info[7].split(':')
to avoid this error thrown. Thank you!
The text was updated successfully, but these errors were encountered: