maickrau / GraphAligner

MIT License
256 stars 30 forks source link

Realignment of an input GAF #47

Open ekg opened 2 years ago

ekg commented 2 years ago

I'd like to use graph aligner to realign or patch up partial alignments in GAF format. The alignment will have some unaligned regions, and I'd like to obtain an alignment of the query across these incomplete portions.

Is this close enough to the way that MEM chains are aligned that it would be easy to implement? Where would you suggest to start?