Hi everyone,
I am trying to change the sample order of my data in plink. I am trying to convert a vcf file to a bed file while changing the order.
here is what i am inputting into plink
plink2 --vcf data.vcf --make-bed --maf 0.01 --out datatobed --allow-extra-chr --indiv-sort f new_order.txt
it give me an error
Error: --indiv-sort file does not contain all loaded sample IDs.
But all the sample names are in the new_order.txt
the new_order.txt file has two columns with a space between them with the sample names in the order I want it in.
Any ideas whats wrong?
Mike