Hi
I did some more tests, and it seems that to use the --testpairs option, the SNP data file must be in sbat or sdat format
(the user manual says that sbat/sdat is the preferred input for qc.dupcheck, but not the exclusive input).
So, for example,
glu qc.dupcheck input.X -o dupcheck_out.txt
works fine regardless of the input format (X=sbat/sdat/lbat/ldat), but
glu qc.dupcheck input.X --testpairs.txt -o dupcheck_out.txt
only works for sdat/sbat formats.
Sorry if that's already in the help pages somewhere.
Mark