GraphAligner icon indicating copy to clipboard operation
GraphAligner copied to clipboard

multiple mapping

Open yjk-bertrand opened this issue 1 year ago • 1 comments

I am using a blunted assembly graph from short reads that contains several paralogs. I am aligning a long read to the graph that should partially match several paths on the graph. I have tried several combinations of --multimap-score-fraction values. Yet, graphaligner always outputs a single mapping for the query. Is there a way to get every mapping, even the partial ones?

yjk-bertrand avatar Jan 19 '24 14:01 yjk-bertrand

Using --multimap-score-fraction 0 should prevent it from discarding alignments as secondary. If this doesn't work then could you upload a test graph and read where the secondary alignments are missing

maickrau avatar Oct 24 '24 09:10 maickrau

@yjk-bertrand Are you having a similar experience like this #78 ?

JianjunJin avatar Mar 26 '25 19:03 JianjunJin