记一次坑。
bcftools annotate data.vcf.gz --rename-chrs rename_chrm.txt -Oz -o data_renamed.vcf.gz
bcf_hdr_add_sample] empty sample name: trailing spaces/tabs in the header line?
vcf 样品行尾 有一个空格或者tab 删去就好了
记一次坑。
bcftools annotate data.vcf.gz --rename-chrs rename_chrm.txt -Oz -o data_renamed.vcf.gz
bcf_hdr_add_sample] empty sample name: trailing spaces/tabs in the header line?
vcf 样品行尾 有一个空格或者tab 删去就好了