bcftools icon indicating copy to clipboard operation
bcftools copied to clipboard

bcftools csq: Change chromosome name requirement.

Open niederhuth opened this issue 1 year ago • 1 comments

Could you please drop the requirement that chromosome start with "chr" from bcftools csq. This creates many headaches when working with other species where this is not the case.

niederhuth avatar Sep 28 '24 04:09 niederhuth

I don't think this is required, the program should respect whatever is in the VCF, GFF and Fasta file. If it's not working with your data, please provide a small test case to reproduce the problem. Also, make sure you are using the latest version, there were some improvements in the code to work around situations when the three input files used different conventions.

pd3 avatar Oct 10 '24 11:10 pd3