(04-09-2025, 05:49 PM)AimSmall Wrote: But, it's a good skill and knowledge to have so if you can do it you'd be able to use that going forward in the future when you'd like to add other samples to your dataset.
> system("plink2 --bfile Takarkori_trimmed --bmerge v62_AADR_1240K --out merged_file")
PLINK v2.0.0-a.6.9 64-bit (29 Jan 2025) cog-genomics.org/plink/2.0/
© 2005-2025 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to merged_file.log.
Options in effect:
--bfile Takarkori_trimmed
--bmerge v62_AADR_1240K
--out merged_file
Start time: Wed Apr 09 13:54:50 2025
Error: --bmerge is retired. Use --pmerge instead.
For more info, try "plink2 --help <flag name>" or "plink2 --help | more".
[1] 8
> system("plink2 --bfile Takarkori_trimmed --pmerge v62_AADR_1240K --out merged_file")
PLINK v2.0.0-a.6.9 64-bit (29 Jan 2025) cog-genomics.org/plink/2.0/
© 2005-2025 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to merged_file.log.
Options in effect:
--bfile Takarkori_trimmed
--out merged_file
--pmerge v62_AADR_1240K
Start time: Wed Apr 09 13:55:02 2025
65444 MiB RAM detected; reserving 32722 MiB for main workspace.
Using up to 32 threads (change this with --threads).
End time: Wed Apr 09 13:55:02 2025
Error: Failed to open v62_AADR_1240K.psam : No such file or directory.
[1] 3