Hi all,
In the 1000 genomes project there is one large VCF file which has all the samples represented in columns.
I want to generate one VCF file for each sample, how can this be done.
Also with the script that can do this, is it possible to stream the main VCF so that I don't have to store it locally.
Thanks in advance
Does this code create only one VCF file with a specific sample ID or create one VCF file per sample in original file?
it creates one VCF file per sample in original file