-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[feature request] 3 small VCF processing tools: variantdistance, streamsort and unique #1690
Comments
I believe the Regarding |
I just checked and we actually do already do The input might be 100GB+, the genotype export results are in the range of few MB to few GB. So performance penalties of extra trips to disk do not matter there much.
So Therefore It would be very nice if |
This was added as a new plugin
|
The plugin adds a custom annotation to indicate the distance to the nearest variant Resolves #1690
Thank you for adding this feature. |
The plugin adds a custom annotation to indicate the distance to the nearest variant Resolves #1690
Dear BCFTools developers,
Our genotype exports on large 100GB+ Whole Genome Sequencing BCF files are currently limited in performance by dependency on 3 vcflib tools that require the export pipe to switch to VCF/text format. And then back to BCF format.
We would like to be able to run the export pipe fully in BCF format stream. This would mean a large performance gain/reduction in wall time for exports.
It does not look like BCF support will be added to vcflib
vcflib/vcflib#304
Would it make sense to support the above functionality in BCFTools? Thank you for considering the above.
The text was updated successfully, but these errors were encountered: