Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using my own metabolic map that I drew on escher #345

Open
abshah1 opened this issue Mar 24, 2021 · 1 comment
Open

Using my own metabolic map that I drew on escher #345

abshah1 opened this issue Mar 24, 2021 · 1 comment

Comments

@abshah1
Copy link

abshah1 commented Mar 24, 2021

Hi,
So I am attempting to do FBA using a python code on Jupyter notebook. I have built my own metabolic map using esher but have run into issues when trying to input this map within the code as I cannot download it from escher. Are there ways to use my map without having to upload to escher? If not how do I upload to escher? Any help would be greatly appreciated. Thanks.

@jacobmartin2022
Copy link

jacobmartin2022 commented Jul 16, 2021

In the Escher web browser, save your map as a json, then in python, do

builder = Builder()
builder.map_json = 'my_json_file.json'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants