mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-09 01:00:26 +00:00
Patch a bug in obitagpcr
This commit is contained in:
@@ -179,6 +179,9 @@ func (s *BioSequence) Copy() *BioSequence {
|
||||
newSeq.sequence = CopySlice(s.sequence)
|
||||
newSeq.qualities = CopySlice(s.qualities)
|
||||
newSeq.feature = CopySlice(s.feature)
|
||||
if s.revcomp != nil {
|
||||
newSeq.revcomp = s.revcomp.Copy()
|
||||
}
|
||||
|
||||
if len(s.annotations) > 0 {
|
||||
s.annot_lock.Lock()
|
||||
|
||||
Reference in New Issue
Block a user