From b4c095a7f30a8204f9b46e0af693bd16a3d41fce Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Fri, 4 Oct 2024 19:09:37 +0100 Subject: [PATCH] correct log dir --- examples/metadetect_source_only/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/metadetect_source_only/pipeline.yml b/examples/metadetect_source_only/pipeline.yml index ae960fa7..2e405603 100755 --- a/examples/metadetect_source_only/pipeline.yml +++ b/examples/metadetect_source_only/pipeline.yml @@ -126,6 +126,6 @@ inputs: # if interrupted resume: true # where to put output logs for individual stages -log_dir: data/example/metadetect_source_only +log_dir: data/example/logs_metadetect_source_only # where to put an overall parsl pipeline log pipeline_log: data/example/log.txt