@@ -64,7 +64,7 @@ The entire command, including all user-supplied parameters and values, is expand
##### Prototype
See [here](https://git.scicore.unibas.ch/zavolan_group/pipelines/zarp/-/tree/prototype_tool_param_passing/sandbox) for some minimal prototypes that implement the design specification with either:
* a single config file for all tools (`Snakefile.single_tool_config_file`)
* a single config file for all tools (`Snakefile.one_tool_config_file`)
* one config file per tool (`Snakefile.multiple_tool_config_files`)
Note that safeguards for preventing wiring-critical arguments from being overridden are not implemented in the prototypes. However, these should be trivial to add.