psom
PSOM, or Pipeline System for Octave and Matlab, is an open-source software framework designed to create, manage, and execute computational analysis pipelines, with particular adoption in neuroimaging research. It provides a directed acyclic graph (DAG) model in which each node represents a computational task and edges define dependencies between tasks.
Pipelines in PSOM are configured using MATLAB or Octave scripts and accompanying configuration files. The framework
Origin and use: PSOM emerged from the neuroscience community to address the need for scalable, reproducible
See also: Nipype, Snakemake, Nextflow.
External resources: The PSOM project maintains a repository and documentation online, where users can download the