-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from DendrouLab/giulias_changes
created the troubleshooting.md file
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|