Closed rameshvnair closed 3 years ago
Thanks for your detailed report, Ramesh.
I tried to reproduce the error by running locally cwltool --help
inside singularity shell docker://ncbi/pgap:2020-09-24.build4894
and I was not able to reproduce it.
My version of singularity
:
$ singularity --version
singularity version 3.7.0
Thanks @azat-badretdin. I'll look into upgrading to the latest Singularity 3.7.0 to try to resolve this issue.
You are welcome, Ramesh!
Describe the bug Contents of cwltool.log:
Ran singularity shell on the sif image and see the same error despite the tool being present in /usr/local/bin as verified below:
To Reproduce $ ./pgap.py -D singularity -r -o /oak/stanford/scg/prj_gbsc/workspace/rvnair/pgap/mg37_results test_genomes/MG37/input.yaml Ran the MG37 test repeatedly 10 times using the above command and see the same cwltool not found error every time.
Expected behavior I expected the cwltool to be found in the singularity image when I verified its presence.
Software versions:
Log Files Reran pgap.py with the
--debug
flag but the debug folder had no log files. I see the dollowing error at the command line and the cwltool.log contents I reported above.