mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Patch a bug in the embl reader and adds some doc
Former-commit-id: 9b5f75fb14bcc3043da1647055279987a295d271
This commit is contained in:
@ -762,3 +762,10 @@ func IBatchOver(data obiseq.BioSequenceSlice,
|
||||
}
|
||||
return newIter
|
||||
}
|
||||
|
||||
// func IBatchOverClasses(data obiseq.BioSequenceSlice,
|
||||
// classifier *obiseq.BioSequenceClassifier) IBioSequence {
|
||||
|
||||
// newIter := MakeIBioSequence()
|
||||
// classMap := make(map[string]int)
|
||||
// }
|
||||
|
Reference in New Issue
Block a user