I am encountering an issue running PLINK2 on Windows 10 while attempting to merge my sample with the 1000 Genomes PLINK1 dataset.
Environment:
OS: Windows 10, 64-bit, x64-based processor
Device Name: DESKTOP-OQTE0UM
CPU: Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz
RAM: 16 GB
Storage: 932 GB HDD + 238 GB SSD
Graphics: NVIDIA GeForce GTX 1050 Ti (4 GB)
PLINK2 version: v2.0.0-a.6.25 64-bit (alpha/development build, 19 Oct 2025)
The executable previously worked for simple commands such as --version and --bfile.
Commands attempted and errors:
1. CMD (Command Prompt):
D:\DNA>"D:\PLINK2\plink2.exe" --bfile "D:\DNA\1000G_autosomes" --pmerge "D:\DNA\my_sample" --make-bed --set-all-var-ids @:#:$r --out "D:\DNA\merged_final"Error in CMD:
The specified executable is not a valid application for this OS platform.2. PowerShell:
& "D:\PLINK2\plink2.exe" --bfile "D:\DNA\1000G_autosomes" --pmerge "D:\DNA\my_sample" --make-bed --set-all-var-ids @:#:$r --out "D:\DNA\merged_final"Error in PowerShell:
Program 'plink2.exe' failed to run: The specified executable is not a valid application for this OS platform. At line:1 char:1 + & "D:\PLINK2\plink2.exe" --bfile "D:\DNA\1000G_autosomes" ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException + FullyQualifiedErrorId : NativeCommandFailedGPT intuition:
The executable runs simple commands without error, but fails on --pmerge. This suggests that the alpha/development build may not fully support complex merge routines on Windows 10, even though it is 64-bit.
Request:
Could you confirm whether:
There is a stable Windows 64-bit build that fully supports --pmerge.
This is a known issue with the alpha build on Windows.
Thank you very much for your time and assistance!
--
You received this message because you are subscribed to the Google Groups "plink2-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plink2-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/plink2-users/16de1e47-1cff-4cae-af5b-5726af8413c3n%40googlegroups.com.