mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Change the memory management for thee BuildAlignment function
This commit is contained in:
@@ -172,6 +172,10 @@ func (s BioSequence) WriteQualities(data []byte) (int, error) {
|
||||
return s.sequence.qualities.Write(data)
|
||||
}
|
||||
|
||||
func (s BioSequence) WriteByteQualities(data byte) error {
|
||||
return s.sequence.qualities.WriteByte(data)
|
||||
}
|
||||
|
||||
func (s BioSequence) Write(data []byte) (int, error) {
|
||||
return s.sequence.sequence.Write(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user