We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4ea30 commit 4078bf7Copy full SHA for 4078bf7
README.md
@@ -199,6 +199,12 @@ The actual numeric values are stored in a correspondingly named pkl file.
199
summary statistics for all features (set to 1.0) or only the top N most
200
important features for better visualization.
201
202
+## Debugging
203
+
204
+You will need to understand a bit of pydra to know how to debug this application for
205
+now. If the process crashes, the easiest way to restart is to remove the `cache-wf`
206
+folder first. However, if you are rerunning, you could also remove any `.lock` file
207
+in the `cache-wf`directory.
208
209
## Developer installation
210
0 commit comments