Skip to content

Commit

Permalink
Merge pull request #275 from EbmeyerSt/OMICSINT_H24
Browse files Browse the repository at this point in the history
GEMs lab update
  • Loading branch information
rasools authored Oct 21, 2024
2 parents 1443015 + 0846029 commit 01f9c5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions session_gems/lab/03-Pathway-visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"metadata": {},
"outputs": [],
"source": [
"escher.Builder('e_coli_core.Core metabolism')"
"b = escher.Builder('e_coli_core.Core metabolism')\n",
"escher.Builder.save_html(b, filepath='data/Ecoli_core_03')"
]
},
{
Expand All @@ -72,9 +73,10 @@
"metadata": {},
"outputs": [],
"source": [
"escher.Builder('e_coli_core.Core metabolism',\n",
"b = escher.Builder('e_coli_core.Core metabolism',\n",
" reaction_data={'PGK': 100},\n",
" metabolite_data={'ATP': 20})"
" metabolite_data={'ATP': 20})\n",
"escher.Builder.save_html(b, filepath='data/Ecoli_core_031')"
]
},
{
Expand Down

0 comments on commit 01f9c5a

Please sign in to comment.