-
Notifications
You must be signed in to change notification settings - Fork 19
pipeline
Sarah Haynes edited this page Mar 11, 2020
·
2 revisions
Automatic execution of consecutive analysis steps. Especially useful for analyzing many spectral files across multiple experimental conditions, see this tutorial for more information.
philosopher pipeline [flags] [folders]
--config
Configuration file for the pipeline execution.
--print
Print the pipeline configuration file.
philosopher pipeline --config philosopher.yaml folder1/ folder2/ folder3
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.