The pipeline crashed with error message
smarhon opened this issue · 3 comments
smarhon commented
The pipeline crashed with error message
smarhon commented
I am trying to run the pipeline on the cluster, but the pipeline crashes with this error message. too-many-cells: /scratch/3950086: openTempFile: does not exist (No such file or directory). Does it mean the pipeline could not create temporary folder/file?
GregorySchwartz commented
It is likely that you do not have permission for the current $TMPDIR, try changing that variable in your shell or script to some other directory to store temporary files. Either permanently in your ~/.bashrc
or temporarily: export TMPDIR=/path/to/a/directory/you/own
.
smarhon commented
Thanks! yes, that solved the problem. It was permission issue.