mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Correct the number of workers
Former-commit-id: febbccfb853263e0761ecfccb0f09c8c1bf88475
This commit is contained in:
@@ -239,6 +239,9 @@ func (s *BioSequence) String() string {
|
||||
// It does not take any parameters.
|
||||
// It returns an integer representing the length of the sequence.
|
||||
func (s *BioSequence) Len() int {
|
||||
if s == nil {
|
||||
return 0
|
||||
}
|
||||
return len(s.sequence)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user