Skip to content

Bisque Module

Ivan Arevalo edited this page Mar 17, 2022 · 1 revision

Module Components

Every Bisque Module needs to have 5 components that need to be properly set up to run in Bisque.

  • Dockerfile: Defines the commands needed to build the module container.
  • Module xml: This file is used to specify your module configuration, inputs, outputs, and anything else that shows in the Bisque module page.
  • PythonScriptWrapper.py: This file sets up the communication between the module container and Bisque transfering data back and forth.
  • Source Code: Every module needs to have source code that specifies the main algorithm to be ran.
  • runtime-module.cfg: This file specifies the configurationn of your module container.
Clone this wiki locally