I successfully added my WGS30X saple to the AADR v66 2M panel. Starting from an already deduplicated BAM plus the v66 2M files, I extracted panel genotypes which produced roughly an 87.7% call rate, with strong average depth at target sites. The main obstacle was that the public 2M release was in TGENO / transpose-packed format, which older EIGENSOFT-style builds could not read properly, so I had to switch to a newer AdmixTools v8 build with TGENO support, convert the reference panel to PACKEDANCESTRYMAP, and then merge the sample into that converted dataset. A second issue was WSL memory limits: the merge initially died with an out-of-memory kill after successfully reading the packed genotype file, so increasing WSL RAM and swap resolved it. After that, the merge completed cleanly.