Using nextflow
Most of our tutorials give you examples of the command-line to execute scripts on a single subject. Once you have mastered all processing steps for a subject, (see for instance From raw diffusion to DTI, fODF, and tractogram), you might want to start running many subjects automatically without having to enter the command lines manually again for each new subject. The simplest way to do that is to loop on all subjects in a bash script (Using bash to loop on subjects). However, this will still run all commands one after the other. For an efficient creation of pipelines, with parallel processing of subjects, and even of various processing steps for a same subject, one option is to use Nextlow.
Nextflow
See nextflow’s official page for a description.
nf-neuro
nf-neuro is an open-source initiative originally developed by the Sherbrooke Connectivity Imaging Lab (SCIL), which is also responsible for scilpy. It builds on nextflow to offer an easy way to create medical imaging pipelines. It will be described soon in an upcoming paper.
Tractoflow
One already published nextflow-based pipeline that uses many scilpy scripts is Tractoflow