Patch a bug in the embl reader and adds some doc

Former-commit-id: 9b5f75fb14bcc3043da1647055279987a295d271
This commit is contained in:
2024-01-31 15:43:02 +01:00
parent f2f7b4574e
commit 23758b00f6
7 changed files with 105 additions and 4 deletions

View File

@ -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)
// }