From 72e5cc0ceeaf161d96a6381199bbf9cb926f7e13 Mon Sep 17 00:00:00 2001 From: giuliaelgarcia Date: Fri, 9 Feb 2024 15:36:41 +0000 Subject: [PATCH] =?UTF-8?q?created=20the=20troub=C3=83leshooting.md=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/troubleshooting.md diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md new file mode 100644 index 00000000..804635db --- /dev/null +++ b/docs/troubleshooting.md @@ -0,0 +1,9 @@ +What to do if your pipeline beaks mid-run: + +Sometimes the pipeline will stop because, for example, a parameter is wrong in the config file, or a path was not +accurately changed in the yml file. + +Firslty: check the log file to see what went wrong and fix the issue + +Secondly: Before re running make sure to delete any intermediate files that where created in the previous run which +broke halfway throught, to ensure that you can fully reattempt.