Skip to content

Releases: lozuponelab/KEGG_parser

v0.0.12

05 Feb 22:36
75721b1
Compare
Choose a tag to compare

See v0.0.11 change log. Had to rebump the version for PyPI to accept this.

v0.0.11

05 Feb 22:24
3204d6f
Compare
Choose a tag to compare

KEGG moved the KO reaction from DBLINKS: RN to REACTION, so parser had to be updated to address this. Now, the reactions for a KO are returned as a list of tuples, like the pathways, formatted as (<RN>, <reaction name>) and are NOT nested within DBLINKS.

More detail/an example can be seen in AMON issue lozuponelab/AMON#19 , which this partially addresses.

v0.0.10

29 Jan 22:57
2e3bf83
Compare
Choose a tag to compare

Bump version for PyPI

v0.0.9

29 Jan 22:53
d8c6199
Compare
Choose a tag to compare

Addresses bugs from updated KEGG fields

v0.0.8

17 Jan 02:03
1f8e92c
Compare
Choose a tag to compare

KEGG_parser now has an option to skip attempting the asynchronous download, which has been causing issues as KEGG changes their request rate limits. Also added new fields to the "not captured".

v0.0.7

09 Jun 20:39
Compare
Choose a tag to compare

Fix PyPI build issues

v0.0.6

09 Jun 20:28
6e02a54
Compare
Choose a tag to compare

Sometimes, when downloading information for large numbers of KOs from the KEGG API, the API will forbid downloads because there are too many requests (see this issue in AMON). This isn't an ideal fix, but with these updates, if the asynchronous requests are forbidden, the KOs will be downloaded sequentially instead of asynchronously. This is quite a bit slower, but it gets around the issue.

The request rate limit of the API isn't clearly laid out, so this is what we have for now. Perhaps a future approach should have some batch size limit for asynchronous requests.

0.0.5

14 Mar 20:21
Compare
Choose a tag to compare

Fixes PyPI name incompatibility via version update

0.0.4

14 Mar 20:17
adea779
Compare
Choose a tag to compare

Actual twine-compatible build for PyPI publishing

0.0.3

14 Mar 20:11
0668d05
Compare
Choose a tag to compare

Sets up twine-compatible CI