-
Notifications
You must be signed in to change notification settings - Fork 151
sort: cannot create temporary file in '' #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @orionzhou . Good idea 👍 Although it would have to be The easy fix for now should just be to export that variable before you run the command for the pipeline: Let me know if that works. |
Thanks for the reply, indeed by setting TMPDIR=/tmp/ solves the problem! However, I also tried to set TMPDIR to my scratch space but it gave this error: I can make sure that this directory "/scratch.global/zhoux379/nf/tmp" exists and is writable:
Any clue how I can get this to work? I'm using singularity with "autoMounts = true", could it be because singularity didn't mount the scratch space? |
Hi @orionzhou . Yes, its probably because you need to add a custom bind path for Singularity to mount that directory. Can you send me the full command you are using please? One option is to create a file called
With these settings, you wont have to manually |
Hi @drpatelh : wow that worked like a charm! Thanks very much for the useful instruction! |
Hello,
Error in log file:
|
Uh oh!
There was an error while loading. Please reload this page.
in this code:
the temporary directory location is not specified for the command "sort", which results in:
Is it possible to insert the TMP location after sort: sort -T /tmp/?
The text was updated successfully, but these errors were encountered: