Entering edit mode
2.8 years ago
phmai1148
•
0
I am trying to merge seven bed/bim/fam files in plink using the following code: Plink —bfile chr2 —merge-list all_files.txt —make-bed —out merged
The (all_files.txt): chr3.bed chr3.bim chr3.fam chr9.bed chr9.bim chr9.fam chr12.bed chr12.bim chr12.fam chr15.bed chr15.bim chr15.fam chr16.bed chr16.bim chr16.fam chr17.bed chr17.bim chr17.fam
However, it gives me this error: unrecognized flag (—merge-list). Any help please?