I used plink.9 to convert vcf document to ped document with following scripts
./plik --make-ped --vcf -***.vcf --out test
./pliink --bfile test -recode
It is really work for a single vaf file. However, I would liek to work on a list a vcf documents (about 200 samples and each vcf is from one sample).
Do we have a command to run on all these samples together and get a ped file includeing all samples?