Currently the offset parameter of FastqFile expects a string which internally is converted into an integer. Introducing a FastqFile.Offset as inner IntEnum as alternative would more clearly list the possible options and map directly to the corresponding integer offset value.
Currently the
offsetparameter ofFastqFileexpects a string which internally is converted into an integer. Introducing aFastqFile.Offsetas innerIntEnumas alternative would more clearly list the possible options and map directly to the corresponding integer offset value.