I am new to VG.
I have mapped short sequences to a genome graph using vg map. Now I wish to extract sequences from the result GAM file that are mapped to the genome graph with edit distance less or equal to 2.
Is there a (an easy) way to do it?
If I want to extract the perfect matches instead of the ones with edit distance <= 2 , is (.identity==1) the right condition to use?