8000 tmp Files · Issue #1793 · nf-core/sarek · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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

tmp Files #1793

Open
Ons14 opened this issue Feb 7, 2025 · 1 comment
Open

tmp Files #1793

Ons14 opened this issue Feb 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Ons14
Copy link
Ons14 commented Feb 7, 2025

Description of the bug

Hello ,
I was running Sarek with WGS samples, but it crashed because there was no space left on the server's /tmp directory. To fix this, I defined these variables in my .bashrc :

export SINGULARITY_TMPDIR=/mnt/data2/tmp2
export NXF_TEMP=/mnt/data2/tmp2
export TMP=/mnt/data2/tmp2
export TEMP=/mnt/data2/tmp2
export TMPDIR=/mnt/data2/tmp2
export TEMPDIR=/mnt/data2/tmp2
export NXF_WORK=/mnt/data2/work

then tried to resume the pipeline, but it didn’t work—Nextflow is still using the server’s /tmp instead of the one I specified. and get this error
"FATAL: while preparing image: while handling ... failed to copy content in staging file: write /tmp/rootfs-1189085882/archive-1441267931: no space left on device"

Any ideas on how can I solve this problem ?
Thank you very much for your help !!

Command used and terminal output

Relevant files

No response

System information

No response

@Ons14 Ons14 added the bug Something isn't working label Feb 7, 2025
@allyssonallan
Copy link

@Ons14 Are you using slurm with process.scratch = true?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
0