Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@afrubin afrubin released this 17 Jan 22:18
· 1 commit to main since this release

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.