biosimulations / biosimulations-physiome

Command-line application for publishing the Physiome model repository of physiological models to the BioSimulations repository for simulation projects
https://docs.biosimulations.org/repositories/physiome
0 stars 0 forks source link

Deal with cases where experiments are encoded as Python scripts #26

Open bilalshaikh42 opened 2 years ago

bilalshaikh42 commented 2 years ago

@jonrkarr is this something that we would be able to support? For some experiments rather than provide a sedml file, the authors provide python files that are meant to be run as follows:

[PathToOpenCOR]/pythonshell fig3-new.py

This would require a change to simulator specs. We would need to encode the types of valid simulation experiment files. We would lose the structured log output unless we can treat each python file as a task.

source:

https://models.physiomeproject.org/e/7d5

jonrkarr commented 2 years ago

I suggest we

Rationale: