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

Latest Kappa repo changes #219

Closed
JamesPino opened this issue Jun 24, 2016 · 3 comments
Closed

Latest Kappa repo changes #219

JamesPino opened this issue Jun 24, 2016 · 3 comments

Comments

@JamesPino
Copy link
Contributor

For future reference, when using the newest version of kappa (direct from git repo master), kappa now appends ".dot" to the output for contact maps and influence maps. PySB does this also, causing pygraphviz to fail on loading.

For example when running the unit test, It looks for
./tmpKappa_test_run_static_analysis_cmap_vzMlaD/test_run_static_analysis_cmap_cm.dot
but the file is
./tmpKappa_test_run_static_analysis_cmap_vzMlaD/test_run_static_analysis_cmap_cm.dot.dot

Simple fix is to remove '.dot' from the file names we write, then add it when read back in from pysb.

Just wanted to point this out. Not sure if it is documented anywhere and if it is I didn't finding when installing Kappa for PySB.

@jmuhlich
Copy link
Member

jmuhlich commented May 3, 2017

@bgyori @johnbachman did this get fixed through your work on the kappa module?

@alubbock
Copy link
Member

@JamesPino Are you still having problems with this? I think everything's working with PySB 1.6.0 and Kappa 4.0RC1.

@JamesPino
Copy link
Contributor Author

Yep!

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