Skip to content

Instantly share code, notes, and snippets.

@widdowquinn
Created January 30, 2013 18:32
Show Gist options
  • Save widdowquinn/4675501 to your computer and use it in GitHub Desktop.
Save widdowquinn/4675501 to your computer and use it in GitHub Desktop.
A very short example of using the KGML_scrape utility functions to download a specific KEGG pathway, by pathway ID.
from KGML_scrape import retrieve_kgml_to_file
retrieve_kgml_to_file('ddc00190', 'ddc00190.kgml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment