SED-ML / sed-ml

Simulation Experiment Description Markup Language (SED-ML)
http://sed-ml.org
5 stars 2 forks source link

Create extension/package/namespace to capture information needed for parallel execution #157

Open jonrkarr opened 3 years ago

jonrkarr commented 3 years ago

Several discussions have highlighted the need to execute SED-ML tasks in parallel -- see #54. This has led to clarifying the meaning of subtask/@order -- see #95.

To facilitate parallel execution, SED-ML needs more information. To avoid complicating the core of SED-ML, this could be placed in a separate namespace similar to SBML packages.

Additional classes/attributes could be added for this information. This would enable parallel execution, for example by conversion into a CWL file and execution with a CWL engine such as Airflow or Toil or conversion to Nextflow.