9.4 posfile

This format creates a file containing information about SNP positions. It is needed as an input (argument posfile) for the imputation tool STITCH. The file is tab-seperated with four columns: chromosome, position, reference base, alternative base, and with one row per locus. If STITCH is run on one chromosome only, the option keepChromosomes can be used to specify the chromosome to keep while converting the VCF. Here is an example for four loci:

chr1 1 A C
chr1 2 G T
chr1 3 C A
chr2 5 T A