Finalyse the obimultiplex with indels

Former-commit-id: cef0ac39dac0e02d16d4bd321966a0f8a67f2c85
This commit is contained in:
2023-03-21 22:01:02 +07:00
parent 27d6c60e25
commit d09011fac2
3 changed files with 10 additions and 2 deletions

View File

@ -199,7 +199,7 @@ func (marker *Marker) Match(sequence *obiseq.BioSequence) *DemultiplexMatch {
m.ForwardMatch = direct.String()
m.ForwardTag = sftag
m.ReverseMismatches = nerr
m.ForwardMismatches = nerr
m.BarcodeEnd = start
sample, ok := marker.samples[TagPair{sftag, rtag}]