Enrich2 now runs on Python 3 and is installable via PyPI.
Major changes:
- Updated to work on Python 3. The code has been most extensively tested on Python 3.12 but other versions should also work.
Minor changes:
- Fixes a long-standing bug with empty counts CSV files being generated for Experiment objects.
- Uses [fqfa](https://github.com/countess-project/fqfa} to handle FASTQ files instead of its own internal code.
- Many small changes due to the Python 2 to 3 conversion.