PLINK: Error: Invalid chromosome code 'chr11_KI0721v1_random'
1
2
Entering edit mode
5.1 years ago
bsmith030465 ▴ 240

Hi,

I am trying to convert a vcf.gz file to bed/bim/fam format using PLINK2 (data is hg38).

My command is:

plink2 --vcf variants.vcf.gz --out variants --freq --make-bed --chr 1-22 XY

I get an error:

Error: Invalid chromosome code 'chr11_KI270721v1_random' on line 36088290 of

How can I ensure that I filter out these variants/sequences?

thanks!

PLINK VCF • 8.9k views
ADD COMMENT
12
Entering edit mode
5.1 years ago

Add the "--allow-extra-chr" (or "--aec" for short) flag to permit these codes in the input. (--chr 1-22 XY will then filter them out.)

ADD COMMENT

Login before adding your answer.

Traffic: 2188 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6