./plink --bfile plink.postqc.Whiteonly.ch1 --recode vcf bgz --out White_chr1
dyn901-227:plink isimee$ head plink.postqc.Whiteonly.ch1.bim
1 GSA-rs114420996 0 58814 A G
1 GSA-rs9283150 0 565508 G A
1 GSA-1:726912 0 726912 G A
1 GSA-rs116587930 0 727841 A G
1 rs3131972 0 752721 T C
1 rs12567639 0 756268 0 A
1 GSA-rs114525117 0 759036 A G
1 rs12127425 0 794332 A G
1 GSA-rs79373928 0 801536 G T
1 rs28444699 0 830181 0 A
dyn901-227:plink isimee$
./plink --bfile plink.postqc.Whiteonly.ch1 --recode vcf-iid bgz --out White_ch1_TEST
But it doesnt work either. Same warning again. Attached a larger extract from the file: plink.postqc.Whiteonly.ch.bim. Could the seq-1 lines or the MVH lines be a problem?
dyn901-227:plink isimee$ ./plink --bfile plink.postqc.Whiteonly.ch1 --recode vcf-iid bgz --out White_ch1_TEST
PLINK v1.90b5.3 64-bit (21 Feb 2018) www.cog-genomics.org/plink/1.9/
(C) 2005-2018 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to White_ch1_TEST.log.
Options in effect:
--bfile plink.postqc.Whiteonly.ch1
--out White_ch1_TEST
--recode vcf-iid bgz
8192 MB RAM detected; reserving 4096 MB for main workspace.
51349 variants loaded from .bim file.
2104 people (1146 males, 958 females) loaded from .fam.
2104 phenotype values loaded from .fam.
Using up to 4 threads (change this with --threads).
Before main variant filters, 2104 founders and 0 nonfounders present.
Calculating allele frequencies... done.
Total genotyping rate is 0.995335.
51349 variants and 2104 people pass filters and QC.
Among remaining phenotypes, 872 are cases and 1232 are controls.
--recode vcf-iid bgz to White_ch1_TEST.vcf.gz ... done.
Warning: At least one VCF allele code violates the official specification;
other tools may not accept the file. (Valid codes must either start with a
'<', only contain characters in {A,C,G,T,N,a,c,g,t,n}, be an isolated '*', or
represent a breakend.)