You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to take a model that I've built in COPASI using the GUI, and do a bunch of automated parameter scans, and collect the resulting time-course data for subsequent analysis. I read your 2018 Bioinformatics paper, but the section where you compare PyCoTools to the command line interface was very brief.
Thanks,
Dan
The text was updated successfully, but these errors were encountered:
Hi Dan,
Pycotools3 is basically a “layer” on top of COPASI that talk to COPASI by
modifying the xml while the python bindings for COPASI are a swig generated
mirror of the COPASI code that works in python. Swig basically exposes
pointers to the actual COPASI code in python, so while pycotools3 *uses
Copasi, the python binding *are copasi.
Hope this helps,
Ciaran
On Tue, 9 Feb 2021 at 16:54, danolson1 ***@***.***> wrote:
Hey Ciaran,
What's the difference between PyCoTools and the python bindings for COPASI
(
https://github.com/copasi/COPASI/tree/develop/copasi/bindings/python/examples
)?
My goal is to take a model that I've built in COPASI using the GUI, and do
a bunch of automated parameter scans, and collect the resulting time-course
data for subsequent analysis. I read your 2018 Bioinformatics paper, but
the section where you compare PyCoTools to the command line interface was
very brief.
Thanks,
Dan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUZMWCMCDXEIEKCOFB2OFLS6FSDLANCNFSM4XLK67XQ>
.
Hey Ciaran,
What's the difference between PyCoTools and the python bindings for COPASI (https://github.com/copasi/COPASI/tree/develop/copasi/bindings/python/examples)?
My goal is to take a model that I've built in COPASI using the GUI, and do a bunch of automated parameter scans, and collect the resulting time-course data for subsequent analysis. I read your 2018 Bioinformatics paper, but the section where you compare PyCoTools to the command line interface was very brief.
Thanks,
Dan
The text was updated successfully, but these errors were encountered: