mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Patch a bug in ngsfilter reading and sample matching
This commit is contained in:
@@ -54,8 +54,8 @@ func _parseMainNGSFilterTags(text string) obingslibrary.TagPair {
|
||||
}
|
||||
|
||||
return obingslibrary.TagPair{
|
||||
Forward: tags[0],
|
||||
Reverse: tags[1],
|
||||
Forward: strings.ToLower(tags[0]),
|
||||
Reverse: strings.ToLower(tags[1]),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user