GregorySchwartz/too-many-cells

The pipeline crashed with error message

smarhon opened this issue · 3 comments

The pipeline crashed with error message

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?

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.

Thanks! yes, that solved the problem. It was permission issue.