Skip to content

v0.0.11

Compare
Choose a tag to compare
@sterrettJD sterrettJD released this 05 Feb 22:24
· 2 commits to master since this release
3204d6f

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.