Skip to content

pipeline

Sarah Haynes edited this page Nov 8, 2019 · 2 revisions

Automatic execution of consecutive analysis steps

Usage

philosopher pipeline [flags] [folders]

Flags

--config

Configuration file for the pipeline execution.

--print

Print the pipeline configuration file.

Example

philosopher pipeline --config philosopher.yaml folder1/ folder2/ folder3

FAQ

How do I set the steps I want to run ?

Your configuration file (philosopher.yaml) contains the steps you want to execute and their respective parameters. You need to change the steps from no to yes in order to include them in your analysis. After that, check the parameters within each section and customize them for your analysis.