-
Notifications
You must be signed in to change notification settings - Fork 24
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
WGS processing running out of space #87
Comments
Hi, There should be nothing that tries to write into the singularity image. The image is read-only anyway. All paths for generating output are bind mounted (-B) into the image. Are you sure you do not hit a disk quota ? Another possibility could be that you are running out of inodes on that filesystem you are trying to write (check with You may want to check: |
I am certain I am not hitting a disk quota, and looking at the inodes on the file system I am not close to any maximums. I am not writing to /tmp, I have the temporary files directed to /vf/users/gilsonmm/neoantigen/nextNEOpi/temporary which does contain the temporary files that get created and is not running into a disk quota issue. I am re-running the pipeline in case the issue is a one-time thing, but are there any other suggestions you have? |
Hi gilsonmm, Have you solved this issue? |
Hi, I have not. I ran the pipeline again and I am running into the same issue. I still have plenty of disk space to handle the files that are being created, both temporary and final. Attached is the newest nextflow log file: |
Can you try to change into |
I just wanted to follow up, I am still having this issue. |
that's bad, I have no idea how I could reproduce this. |
I ran mutect2 with a local installation and it worked. However, if I restart the pipeline and use --resume, once it gets to that step it stops again with the same error. Is there a way I can bypass mutect2 or does this give you a better idea as to what is wrong? |
I am still attempting to run the pipeline on WGS data and when I get to the Mutect2 process I get an error saying the process could not write metrics file as there is no space left on device. On my end I have plenty of disk space where I am running the pipeline, I am thinking it could be a space issue within the singularity image, as this issue looked similar to mine: apptainer/singularity#1165
I attached some files below:
.nextflow.log
Mutect2_work.tar.gz -> had to remove 2 interval lists in order to upload into github
The text was updated successfully, but these errors were encountered: