Skip to content

Design CLI Options #9

@kwabenantim

Description

@kwabenantim

Summary

chaste-codegen-sbml [--model-type=MODELTYPE] [--timescale=TIMESCALE] [--output-dir=PATH] SBML_FILE

--model-type=MODELTYPE
    Possible options: generic | srn | cell-cycle

--timescale=TIMESCALE
   Possible options: ms | s | m | h 

To Do

  • Allow user to specify model type:
    • SRN model
    • Cell Cycle model
    • Generic model with an ODE system
  • Allow manually specifying model timescale (flag if we can't find automatically to let user set -- warn if setting differs from model)
  • Allow solver selection e.g. RungeKutta4IvpOdeSolver or CVODE. See comment.: Use sensible default instead. Solver can be set before model run.
  • Allow setting solver SetDt(0.1) : Use sensible default instead. Value can be changed before model run.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions