Closed nchorton closed 1 year ago
I get the same errorWe need to figure out what’s wrongThis job worked fine in the past and the job setup files haven’t changed Sent from my iPhoneOn Feb 15, 2023, at 9:16 PM, nchorton @.***> wrote: Hello, I'm just starting to use bionetfit and had it installed on our HPC computers. The demo tests ran fine, but I've had trouble with some other examples and I don't understand the errors. With egfr_nf.conf, I get an error and this log file:
Thanks!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
The problem I found was that the definition of the Clusters observable is incompatible with BioNetGen version 2.8.4. I don't know why the latest release of BioNetGen doesn't like the observable definition - I reported the issue to the BNG help list. I commented out the observable and redefined Clusters as a global function, Clusters(). This change required replacing "Clusters" with "Clusters()" in 4 function definitions. After these changes, the job runs.
Hi Bill,
Should I reinstall PyBNF or install a patch?
Thanks, Nancy
On Tue, Feb 28, 2023 at 3:30 PM Bill Hlavacek @.***> wrote:
The problem I found was that the definition of the Clusters observable is incompatible with BioNetGen version 2.8.4. I don't know why the latest release of BioNetGen doesn't like the observable definition - I reported the issue to the BNG help list. I commented out the observable and redefined Clusters as a global function, Clusters(). This change required replacing "Clusters" with "Clusters()" in 4 function definitions. After these changes, the job runs.
— Reply to this email directly, view it on GitHub https://github.com/lanl/PyBNF/issues/325#issuecomment-1449026125, or unsubscribe https://github.com/notifications/unsubscribe-auth/A55XGSU4OJ5FWLJILTYPZITWZZ4CDANCNFSM6AAAAAAU5VARPU . You are receiving this because you authored the thread.Message ID: @.***>
Jacob updated PyBNF recently to fix several issuesYou should probably upgrade/re-installThe example problem you had trouble with is fixed - at the GitHub repo Sent from my iPhoneOn Feb 28, 2023, at 5:49 PM, nchorton @.***> wrote: Hi Bill,
Should I reinstall PyBNF or install a patch?
Thanks, Nancy
On Tue, Feb 28, 2023 at 3:30 PM Bill Hlavacek @.***> wrote:
The problem I found was that the definition of the Clusters observable is incompatible with BioNetGen version 2.8.4. I don't know why the latest release of BioNetGen doesn't like the observable definition - I reported the issue to the BNG help list. I commented out the observable and redefined Clusters as a global function, Clusters(). This change required replacing "Clusters" with "Clusters()" in 4 function definitions. After these changes, the job runs.
— Reply to this email directly, view it on GitHub https://github.com/lanl/PyBNF/issues/325#issuecomment-1449026125, or unsubscribe https://github.com/notifications/unsubscribe-auth/A55XGSU4OJ5FWLJILTYPZITWZZ4CDANCNFSM6AAAAAAU5VARPU . You are receiving this because you authored the thread.Message ID: @.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>
Hello, I'm just starting to use bionetfit and had it installed on our HPC computers. The demo tests ran fine, but I've had trouble with some other examples and I don't understand the errors. With egfr_nf.conf, I get an error and this log file:
Thanks!