GregorySchwartz / too-many-cells

Cluster single cells and analyze cell clade relationships with colorful visualizations.

Home Page:https://gregoryschwartz.github.io/too-many-cells/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The pipeline crashed with error message

smarhon opened this issue · 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.