mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Patch an extra mutex unlock in biosequence constructor
Former-commit-id: 87a20acb5def1c6832e114726276c638f0ca9efe
This commit is contained in:
@ -99,7 +99,6 @@ func MakeBioSequence(id string,
|
||||
bs.SetId(id)
|
||||
bs.SetSequence(sequence)
|
||||
bs.SetDefinition(definition)
|
||||
bs.AnnotationsUnlock()
|
||||
return bs
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user