From c23ce5bab78394e30385093fc9073e6b7f88e291 Mon Sep 17 00:00:00 2001 From: bio-la Date: Wed, 14 Feb 2024 10:48:49 +0100 Subject: [PATCH] fixed wrong reference to spatial --- docs/yaml_docs/pipeline_ingestion_yml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yaml_docs/pipeline_ingestion_yml.md b/docs/yaml_docs/pipeline_ingestion_yml.md index e58fcf4a..25eee4e0 100644 --- a/docs/yaml_docs/pipeline_ingestion_yml.md +++ b/docs/yaml_docs/pipeline_ingestion_yml.md @@ -11,7 +11,7 @@ # Ingestion YAML In this documentation, the parameters of the `ingest` configuration yaml file are explained. -This file is generated running `panpipes ingest config`.
The individual steps run by the pipeline are described in the [spatial preprocess workflow](../workflows/qc.md). +This file is generated running `panpipes ingest config`.
The individual steps run by the pipeline are described in the [ingestion workflow](../workflows/qc.md). When running the ingestion workflow, panpipes provides a basic `pipeline.yml` file. To run the workflow on your own data, you need to specify the parameters described below in the `pipeline.yml` file to meet the requirements of your data.