Entering edit mode
5.5 years ago
boymin2020
▴
80
Hi, I want to just keep SNPs during the vcf2plink conversion, this is the command:
plink1.9 --noweb --vcf ${vcf_fil} --double-id --biallelic-only --snps-only just-acgt --make-bed --out
The error is
Error: Invalid --snps-only parameter ‘just-acgt’.
Does anyone encounter the same issue. If yes, could you tell me the solution?
just-acgt
is new to 1.9. If you're sure you're using the right version, try'just-acgt'
instead ofjust-acgt
(pay attention to the quotes)I tried, nothing changed.
Please use the formatting bar (especially the
code
option) to present your post better. You can use backticks for inline code (`text` becomestext
), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.Got it, thanks for the tips.