You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Conda version: If you used Conda (`$ conda --version`).
16
-
- Pipeline version: [e.g. v1.3.3]
17
-
- Caper version: [e.g. v0.6.0]
16
+
- Pipeline version: [e.g. v1.6.0]
17
+
- Caper version: [e.g. v1.2.0]
18
18
19
-
**Caper configuration file**
19
+
## **Caper configuration file**
20
20
Paste contents of `~/.caper/default.conf`.
21
+
```ini
22
+
PASTE CAPER CONF CONTENTS HERE
23
+
```
21
24
22
-
**Input JSON file**
25
+
## **Input JSON file**
23
26
Paste contents of your input JSON file.
27
+
```json
28
+
PASTE INPUT JSON CONTENTS HERE
29
+
```
30
+
31
+
## **Troubleshooting result**
32
+
33
+
If you ran `caper run` without Caper server then Caper automatically runs a troubleshooter for failed workflows. Find troubleshooting result in the bottom of Caper's screen log.
34
+
35
+
If you ran `caper submit` with a running Caper server then first find your workflow ID (1st column) with `caper list` and run `caper debug [WORKFLOW_ID]`.
24
36
25
-
**Error log**
26
-
Caper automatically runs a troubleshooter for failed workflows. If it doesn't then get a `WORKFLOW_ID` of your failed workflow with `caper list` or directly use a `metadata.json` file on Caper's output directory.
0 commit comments