Entering edit mode
3.7 years ago
suraj.adewale1
•
0
We are trying to run the plink command for QC
plink \
--bfile EUR \
--maf 0.01 \
--hwe 1e-6 \
--geno 0.01 \
--mind 0.01 \
--write-snplist \
--make-just-fam \
--out EUR.QC
however, it gives us an error: ERROR: Problem parsing the command line arguments. Please what may be the possible cause of the error. I am using the Cygwin platform on windows.
Can you at least show the full error log?
This is the full error output from plink. only that
** Unused command line option: --make-just-fam