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

Unable to run cameo design --product vanillin #236

Open
mauriceling opened this issue Mar 22, 2019 · 5 comments
Open

Unable to run cameo design --product vanillin #236

mauriceling opened this issue Mar 22, 2019 · 5 comments

Comments

@mauriceling
Copy link

Hi, I am trying to run through the guide but I get this response:

(py36) C:>cameo design --product vanillin
Error: no such option: --product

(py36) C:>

@fma91
Copy link

fma91 commented Mar 22, 2019

You should try to run it in ipython.
Load a model an then:

predictor = pathway_prediction.PathwayPredictor(model)
pathways = predictor.run(product="vanillin", max_predictions="select the number of predictons" )

Or try this other way also in ipython:

from cameo.api import design
design(product='compound')

@phantomas1234
Copy link
Collaborator

@mauriceling sorry about that, there is indeed no --product option (you can check with cameo design --help). So the command should be cameo design vanillin. I'll fix the docs. But I'd also recommend to go with @fma91 suggestions as it will allow you to better post-process the results. We never really got around making the output of the command line interface produce useful outputs. Also, as a shameless advertisement, you could give our new cell factory design platform a try https://caffeine.dd-decaf.eu (the platform contains also many more useful features, like interactive pathway simulations and visualizations etc.) and let us know what you think.

@mauriceling
Copy link
Author

mauriceling commented Mar 22, 2019 via email

@phantomas1234
Copy link
Collaborator

@mauriceling please keep the issues coming if you have any. For more direct assistance you can chat with us on https://gitter.im/biosustain/cameo. Not to discourage you or anything, but your modeling language looks pretty close to what http://tellurium.analogmachine.org already provides?

@mauriceling
Copy link
Author

mauriceling commented Mar 22, 2019 via email

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

3 participants