- Added --preserve-read-ids CLI flag to allow users to retain original read names from input data in the output BLOW5 or POD5 files
- For BLOW5, original read IDs are written as plain strings (BLOW5 format permits this).
- For POD5, original read IDs are deterministically converted to valid UUIDs using uuid.uuid5 (required by the POD5 spec), ensuring compatibility with downstream tools like Dorado.
What's Changed
- Fix/UUID reads by @denisbeslic in #23
Full Changelog: v0.3.3...v0.3.4