name | about | title | labels | assignees |
---|---|---|---|---|
Bug report |
Create a report to help us improve |
A clear and concise description of what the problem is.
- OS/Platform: [e.g. Ubuntu 18.04, Google Cloud, Stanford Sherlock/SCG cluster, ...]
- Conda version: If you used Conda (
$ conda --version
). - Pipeline version: [e.g. v1.8.0]
- Caper version: [e.g. v1.2.0]
Paste contents of ~/.caper/default.conf
.
PASTE CAPER CONF CONTENTS HERE
Paste contents of your input JSON file.
PASTE INPUT JSON CONTENTS HERE
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.
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]
.
Paste troubleshooting result.
PASTE TROUBLESHOOTING RESULT HERE