Hi,
I know about the various remapping tools that allow you to remap features and coordinates from one genome assembly to another.
I was wondering if anyone has any ideas on how to compare these tools, apart from runtime and % of remapped features. (just to clarify, I'm specifically working on remapping variants, therefore I have VCF files as input)
I am not sure how much of a difference the tools introduce, especially for single-nucleotide positions. The chain files are probably the main factor and I haven't seen many versions of those (for the same reference pairs).
I understand that, however I'm in the process of developing a remapping tool that doesn't use chain files, so I'd like to be able to compare it to existing tools in more ways than just runtime and % of remapped variants. But yeah, so far they don't seem to be that different in terms of runtime and % of remapped variants.
Interesting. How would it work without chain files?
The basic idea is to create "reads" from the flanking sequences of each variant (using the old assembly), and then map them to the new assembly using traditional mapping tools (ex: bowtie). I can then extract the coordinates and other relevant information to recreate a VCF output.