- Fixed aesthetics of enrichment plot for use in publications.
- TFEA now runs without using the python multiprocess if 1 cpu is specified (default). The multiprocess module was causing issues with generating pdf outputs as part of the html output type.
- Fixed matplotlib deprecation warnings when setting edgecolor="". This is changed to edgecolors=None in many instances except when creating bar plots in which case we simply change it to edgecolor=None.
- Fixed input verification with GC correction. GC correction requires a .meme formatted database.