Skip to content

Releases: lozuponelab/AMON

v1.0.4

05 Feb 22:40
5fe7637
Compare
Choose a tag to compare

Addresses changes to KEGG_Parser that were necessary due to KEGG API updates - particularly how reactions were handled for KOs. See #19 for an example.

v1.0.3

27 Jan 01:32
f68ece2
Compare
Choose a tag to compare

Rerelease with updated description info for PyPI

v1.0.2

27 Jan 01:21
bc04711
Compare
Choose a tag to compare

Update to GitHub Actions, tagging new release to push to PyPI

v1.0.1

17 Jan 02:11
d5f2629
Compare
Choose a tag to compare

KEGG downloads are now not performed in parallel. This is much slower, but KEGG has changed request rate limits in a manner that prohibits the parallel download.

An argument, --download_kegg_async, has been added. If this is passed, the parallel download from KEGG will be attempted. Otherwise, it will not.