Hai Ram,
Thank you for your comments, I have written to them asking for the tool that converts, asked to do "some scripting to convert your data", which I am not that good at.
As you suggested, i have converted VCF file to frequency file in vcftools, below is the few lines, could you please share if you have any customised script for the desired SF2 format.
Than you in advance.
CHROM POS N_ALLELES N_CHR {ALLELE:FREQ}
scaffold1 382 2 16 T:0.625 A:0.375
scaffold1 385 2 16 T:0.5625 A:0.4375
scaffold1 386 2 16 G:0.5 C:0.5
scaffold1 446 2 14 C:0.928571 T:0.0714286
scaffold1 460 2 14 C:0.928571 T:0.0714286
scaffold1 534 2 14 C:0.928571 T:0.0714286
scaffold1 779 2 13 G:0.923077 A:0.0769231
scaffold1 783 2 13 G:0.923077 A:0.0769231
scaffold1 828 2 14 C:0.928571 T:0.0714286
scaffold1 918 2 14 G:0.928571 A:0.0714286
scaffold1 922 2 14 G:0.928571 A:0.0714286
scaffold1 929 2 14 C:0.928571 T:0.0714286
scaffold1 943 2 14 G:0.928571 C:0.0714286
I gotta say, the tool looks a bit poorly designed. If they need custom input, they should ideally provide the tool that converts standardized VCF to their custom format, or build in a handy parser so the tool can accept a VCF file. Really strange break in philosophy there.