Closed nrizzo closed 4 days ago
Hi, the hidden option --realign
should indeed do this. The output is not constrained to actually respect the original input alignments in any way, it just creates seed hits for the first and last matching base pairs of the input alignments and then lets the rest of the alignment method run. The output might have a different number of alignments (eg discarding alignments as secondary) and the output alignments might be inconsistent with the input alignments, eg taking different nodes in the parts of the read covered by both input and output alignment. The option is hidden because it was meant for debugging and development.
Hello!
Are GAF custom seeds supported when the graph in input is in GFA format? By snooping around the source code and by testing, it seems that hidden option
--realign
is doing exactly this, but I wonder if there are some gotchas to be aware of.The only minor thing I've found is that GraphAligner (daec67f) expects seeds to have length of at least 2 (but it's not really a problem):
Thanks! ~Nicola