Skip to content

Commit

Permalink
Merge pull request #169 from DendrouLab/giulias_changes
Browse files Browse the repository at this point in the history
created the troubleshooting.md file
  • Loading branch information
bio-la authored Feb 9, 2024
2 parents b2d84ff + 583fe96 commit edf785a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Troubleshooting common issues when running panpipes

### What to do when the pipeline breaks mid-run

Sometimes the pipeline will stop because, for example, a parameter is wrong in the config file, or a path is not
accurate in the YAML file.

TODO add examples of directories when pipeline breaks mid-run

**Solution**
First: check the log files to see what went wrong.
- Inspect the pipeline.log file: the bottom of the file will print the error that broke the pipeline.
TODO: add text from a failed pipeline.log as an example
- In this case the pipeline failed at ...: inspect the log file for this process in logs/xxx.log

You can fix the issue by ...

Second: Before re-running panpipes, we recommend deleting any intermediate files that were created in the previous run which
broke halfway through.

0 comments on commit edf785a

Please sign in to comment.