import
ΒΆ
Imports a model definition or protocol using any of the available importers.
Syntax:
$ myokit import <format> <source_file> -o <output_file>
If no output file is specified, the generated mmt file is simply printed to the screen.
Examples:
$ myokit import cellml example.cellml
$ myokit import cellml example.cellml test.mmt
For the full syntax, see:
$ myokit import --help