create_omex

Creates the omex files from the given SED-ML files.

Module Contents

Functions

create_omex_from_sedml(sedml_file, omex_file)

Creates a combine archive from folder

printMetaDataFor(archive, location)

Prints metadata for given location.

printArchive(fileName)

Prints content of combine archive

Attributes

EXAMPLES_DIR

SEDML_DIR

OMEX_DIR

sedml_files

create_omex.EXAMPLES_DIR[source]
create_omex.SEDML_DIR[source]
create_omex.OMEX_DIR[source]
create_omex.create_omex_from_sedml(sedml_file, omex_file)[source]

Creates a combine archive from folder

Parameters
  • folder

  • omex_file

Returns

create_omex.printMetaDataFor(archive, location)[source]

Prints metadata for given location.

Parameters
  • archive – CombineArchive instance

  • location

Returns

create_omex.printArchive(fileName)[source]

Prints content of combine archive

Parameters

fileName – path of archive

Returns

None

create_omex.sedml_files = [][source]