Package ngs
Interface ReadGroupIterator
- All Superinterfaces:
ReadGroup
Iterates across a list of ReadGroups
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Advance to first ReadGroup on initial invocation Advance to next ReadGroup subsequentlyMethods inherited from interface ngs.ReadGroup
getName, getStatistics
-
Method Details
-
nextReadGroup
Advance to first ReadGroup on initial invocation Advance to next ReadGroup subsequently- Returns:
- false if no more ReadGroups are available.
- Throws:
ErrorMsg
- if more ReadGroups should be available, but could not be accessed.
-