vibansal / crisp

Code for multi-sample variant calling from sequence data of pooled or unpooled DNA samples
MIT License
19 stars 8 forks source link

Feature request: AD field in VCF output #30

Open SSmith-NUIG opened 2 years ago

SSmith-NUIG commented 2 years ago

Hi, The VCF output currently has ADr and ADf, a combined AD field would be very useful to potentially have CRISP VCF be compatible with the poolfstat package in R.

Edit: I've written a python script to add an AD field and related counts to the VCF and it is now being accepted by poolfstat. If the results I obtain are the same as when I use a mpileup then this could make CRISP a really useful tool for these kinds of pool-seq studies as the mpileup file is 2.5T in size whereas a crisp VCF is 14G in size.