Hello,
When running CAVA over VCF files that have chromosome names like "chr5", we've noticed that CAVA removes the "chr" prefixes in the output files. The VCF headers are copied as is from the input (so retain their <ID=chr5,... prefixes), but the records are output as
5 14370 id ...etc...
and thus are no longer consistent with the headers. I've written a small patch to fix this, which may be of interest:
https://github.com/RahmanTeam/CAVA/pull/3 <
https://github.com/RahmanTeam/CAVA/pull/3>
Thanks for considering this patch,
John