-
Notifications
You must be signed in to change notification settings - Fork 452
vcf_parse()
fails
#358
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
Comments
ed35e41 appears to be the offending commit. The above test passes on previous commits and fails on this one. Am I doing something wrong or is |
This is failing because |
That fixed it - thank you @jmarshall. I've suggested a pull request to update to the function documentation. |
jmarshall
added a commit
that referenced
this issue
Mar 29, 2016
Show the exact invalid character for unprintable characters too; improves error messages such as in #358.
charles-plessy
added a commit
to Debian/htslib
that referenced
this issue
Apr 25, 2016
HTSlib release 1.3.1: bug fix release, notably error checking * Improved error checking and reporting, especially of I/O errors when writing output files (samtools#17, samtools#315, PR samtools#271, PR samtools#317). * Build fixes for 32-bit systems; be sure to run configure to enable large file support and access to 2GiB+ files. * Numerous VCF parsing fixes (samtools#321, samtools#322, samtools#323, samtools#324, samtools#325; PR samtools#370). Particular thanks to Kostya Kortchinsky of the Google Security Team for testing and numerous input parsing bug reports. * HTSlib now prints an informational message when initially creating a CRAM reference cache in the default location under your $HOME directory. (No message is printed if you are using $REF_CACHE to specify a location.) * Avoided rare race condition when caching downloaded CRAM reference sequence files, by using distinctive names for temporary files (in addition to O_EXCL, which has always been used). Occasional corruption would previously occur when multiple tools were simultaneously caching the same reference sequences on an NFS filesystem that did not support O_EXCL (PR samtools#320). * Prevented race condition in file access plugin loading (PR samtools#341). * Fixed mpileup memory leak, so no more "[bam_plp_destroy] memory leak [...] Continue anyway" warning messages (samtools#299). * Various minor CRAM fixes. * Fixed documentation problems samtools#348 and samtools#358.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vcf_parse
fails with the following error:Here is a short example:
Code to parse strings
hdrstr
andvline
intobcf_hdr_t
andbcf1_t
objects then print them out:Compile:
The
vcf_parse()
line fails with the above error.Apologies: this issue was originally posted to bcftools issue tracker by mistake.
The text was updated successfully, but these errors were encountered: