Skip to content

v0.3.0

Compare
Choose a tag to compare
@y1zhou y1zhou released this 18 Feb 16:20
· 173 commits to main since this release

This marks the first release of metabolike, a tool for exploring BioCyc and BRENDA data in a graph database. The current version can parse data files from MetaCyc or BioCyc and construct a graph in Neo4j. It also includes a CLI tool that builds the database (metabolike setup) and spinning up an API backend to query the database (metabolike serve). The API is still under active development and is missing a lot of functionality.

What's Changed

  • Config file changes in #2
  • Parse MetaCyc SBML file into graph database in #4

New Contributors

  • @y1zhou made their first contribution in #3

Full Changelog: v0.1.0...v0.3.0