Open drmurdock opened 4 months ago
Hi @drmurdock , Yes I had actually generated it and kept telling myself I should have uploaded that too. You gave me the right push! I just created another repo (ukb_wgs_mapping_500k) - try and check it out. Please let me know if there are any issues with it.
This is great @fmazzarotto! Thank you for providing this. You mention using this map to extract >10K variants. How are you doing that? I'm using bcftools view within dnanexus with ~1000 variants but it runs very slow (hours) on one of these pvcf files. Lastly, have you noticed that many of these pvcf files don't contain any variants?
Thanks again David
Hi @drmurdock, I have used tabix and extracted all variants at the positions I was interested in at first, as tabix is very fast (so I just extracted "positions" rather than variants). Then I used bcftools to concatenate all files together and to filter by keeping only the variants I was actually interested in
Hi @fmazzarotto. Any chance you've generated a similar mapping for the recent UKB 500K WGS release?
Thanks, David