Dear all,
I am using PLINK v2.00a3 AVX2 (15 Mar 2022) and want to change the variant names to chr:pos:ref:alt , but everytime I try a variation of --set-all-var-ids @:# or --set-all-var-ids @:#:$r:$a it will give the error message:
Error: Variant names are limited to 16000 characters.
Full command:
plink2 --bfile data1 --set-all-var-ids @:#:\$r:\$a --make-bed --out data2
It also doesnt matter if I use pfam or bed input.
I know that I was able to normally use --set-all-var-ids on this server before, but after the update of the plink version, I am no longer able to.
On a different server, we still have PLINK v2.00a3LM 64-bit Intel (25 May 2021)
and there the command still works as normal. For the time being, we run this step on this server.
Is this a known bug? Does it expect certain characters around the chr and pos in the plink files?
Thanks for any help!