bcftools extract data
Without awk, only with bcftools, is there a way to view selected data from a vcf file?
For example, show only Depth value, something like:
bcftools view a.vcf -select=DP
• 2,655 views
•
link
1 answer
Sorry, I just found the answer :
bcftools query: Extracts fields from VCF/BCF file and prints them in user-defined format
• 0 views
•
link
Log in to answer this question.