mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Rename forward and reverse mitmatches tags
Former-commit-id: faa0f41bf725da3c416326572cc90701704092da
This commit is contained in:
@ -269,13 +269,13 @@ func (match *DemultiplexMatch) ExtractBarcode(sequence *obiseq.BioSequence, inpl
|
||||
|
||||
if match.ForwardMatch != "" {
|
||||
annot["forward_match"] = match.ForwardMatch
|
||||
annot["forward_mismatches"] = match.ForwardMismatches
|
||||
annot["forward_error"] = match.ForwardMismatches
|
||||
annot["forward_tag"] = match.ForwardTag
|
||||
}
|
||||
|
||||
if match.ReverseMatch != "" {
|
||||
annot["reverse_match"] = match.ReverseMatch
|
||||
annot["reverse_mismatches"] = match.ReverseMismatches
|
||||
annot["reverse_error"] = match.ReverseMismatches
|
||||
annot["reverse_tag"] = match.ReverseTag
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user