question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing sbmlTranslator binary

See original GitHub issue

Hi!

I freshly installed pysb with conda and the sbml importer fails with the following error:

FileNotFoundError: [Errno 2] No such file or directory: '[...]/share/bionetgen/bin/sbmlTranslator': '[...]/share/bionetgen/bin/sbmlTranslator'

Going to that location, the binary is a symbolic link: lrwxrwxrwx 1 [...] share/bionetgen/bin/sbmlTranslator -> ../../../bin/sbmlTranslator which points to miniconda3/bin/sbmlTranslator, which doesn’t exist.

By the way, I’m using pysb.importers.sbml.model_from_biomodels.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alubbockcommented, Sep 9, 2019

Thanks @maurosilber for the report. I’ve created a pull request to improve the error message and documentation here: #460.

1reaction
ortega2247commented, Sep 9, 2019

Hi. PySB uses atomizer to translate sbml models into bionetgen and then translates bionetgen to the pysb format. To get your code working you just need to install atomizer from conda:

conda install -c alubbock atomizer

Maybe we should add this to the documentation @alubbock ??

Read more comments on GitHub >

github_iconTop Results From Across the Web

libSBML Python API: libsbml Namespace Reference - SBML.org
class, SBMLConverter ... This method also creates missing GeneProduct objects, in case the unique ... +, -, addition and subtraction, binary, 4, left....
Read more >
Including cases with missing variables in a binary logistic ...
I am running a binary logistic regression to determine if climatic and environmental variables influence the occurrence of specific diseases in wildlife ...
Read more >
Creating a Bridge between Modelica and the Systems Biology ...
2 Modelica to SBML Translator. A translator that converts Modelica to SBML [3], ... gram is lost in the translation. ... 21 584...
Read more >
strategies for selective targeting of the warburg effect in cancer
was first translated to C++ code using the SBML translator module in the ... worked under the model that glycolysis functions as a...
Read more >
Evaluation and Reduction of Stochastic Reaction Networks ...
has been obtained by integrating in ERODE the SBML translator presented in [15]. ... Only binary Hill reactions (i.e., with two reagents) are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found