Pipeline Execution from Script
The Pipeline execution from script can be started at any time. However, please note that only one PMOD Pipeline Processing instance can run at a time. Starting multiple instances can lead to unpredictable results.
The steps for running the Pipeline execution from script are as follows:
- External preprocessing is called to modify Pipeline definition using the filenames of the input data to be process.
- PMOD is called to perform the Pipeline Processing.
- PMOD acquires the license. Note that the license has to include all the tools used in the Pipeline definition.
- PMOD performs the Pipeline Processing and creates output to the filesystem or to the selected database.
- PMOD releases the license and exits.
- External cleanup is called to remove unneeded input files.