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].
I check this file /picb/lilab3/zhangpicb/ATAC/mesp1/cromwell.out and find conda run --name=encode-atac-seq-pipeline-python2 /bin/bash commond in this file, and I find conda run --name=encode-atac-seq-pipeline-python2 script is ok, but conda run --name=encode-atac-seq-pipeline-python2 /bin/bash script is wrong
Describe the bug
conda environment python2
OS/Platform
Caper configuration file
Paste contents of
~/.caper/default.conf
.Troubleshooting result
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) withcaper list
and runcaper debug [WORKFLOW_ID]
.Paste troubleshooting result.
I check this file
/picb/lilab3/zhangpicb/ATAC/mesp1/cromwell.out
and findconda run --name=encode-atac-seq-pipeline-python2 /bin/bash
commond in this file, and I findconda run --name=encode-atac-seq-pipeline-python2 script
is ok, butconda run --name=encode-atac-seq-pipeline-python2 /bin/bash script
is wrong