我使用以下流程对vcf文件进行格式转换
vcftools --vcf tmp.vcf --plink --out tmp(vcftools-vcftools-v0.1.16-18-g581c231.tar.gz)
plink --noweb --file tmp --make-bed --out tmp(plink_linux_x86_64_20200219.zip )
在plink时出现了错误:
Note: --noweb has no effect since no web check is implemented yet.
32059 MB RAM detected; reserving 16029 MB for main workspace.
Error: Invalid chromosome code '27' on line 49849001 of .map file.
(This is disallowed for humans. Check if the problem is with your data, or if
you forgot to define a different chromosome set with e.g. --chr-set.).
该如何解决?
请问您解决了吗?