UNPKG

@platforma-sdk/workflow-tengo

Version:

Tengo SDK library

27 lines (18 loc) 1.53 kB
# Platforma Template Engine: Intelligent Workflows Made Simple *Transform static workflows into intelligent pipelines that make decisions as they process your data.* The Platforma Template Engine (powered by Tengo) enables bioinformaticians and scientists to: - Create workflows that automatically adapt to different data characteristics without manual intervention - Build reusable analysis components that can be combined into sophisticated processing pipelines - Define smart decision points where your workflow can take different paths based on results - Handle varying data inputs and quality issues with built-in adaptive logic - Focus on scientific questions instead of complex workflow orchestration - Scale from simple analyses to complex multi-stage pipelines with minimal code - Respond dynamically to unexpected data patterns or computational outcomes Perfect for researchers who need flexible data processing that can intelligently respond to experimental results, sequence quality, or computational findings - all without requiring extensive programming expertise. # Resources - [Tengo syntax](https://github.com/d5/tengo/blob/master/docs/tutorial.md) - [Tengo builtin functions](https://github.com/d5/tengo/blob/master/docs/builtins.md) # Running single test ```sh pnpm build:dev --filter='@platforma-sdk/workflow-tengo-tests...' && (cd tests/workflow-tengo && PL_ADDRESS="http://127.0.0.1:6345" PL_TEST_USER="default" PL_TEST_PASSWORD="__password__" pnpm run test pt -t "pt write frame test" --retry 0) ```