Skip to content

ITISFoundation/opencorConfig_osparc_service

 
 

Repository files navigation

config_service_icc_smc_neuro

Generates OpenCOR config file with selected parameters for the ICC_SMC_Neuro CellML model

Usage

$ make help

$ make build
$ make info-build
$ make tests

Workflow

  1. The source code shall be copied to the src folder.
  2. The Dockerfile shall be modified to compile the source code.
  3. The .osparc is the configuration folder and source of truth for metadata: describes service info and expected inputs/outputs of the service.
  4. The execute shell script shall be modified to run the service using the expected inputs and retrieve the expected outputs.
  5. The test input/output shall be copied to validation.
  6. The service docker image may be built and tested as make build tests (see usage above)
  7. Optional: if your code requires specific CPU/RAM resources, edit runtime.yml. In doubt, leave it as default.

Have an issue or question?

Please open an issue in this repository.

Made with love at www.z43.swiss

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 46.2%
  • Shell 28.8%
  • Dockerfile 21.9%
  • Python 3.1%