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

Error for running with singularity: root filesystem extraction failed: failed to copy content in staging file: no space left on device #149

Open
Kaka030 opened this issue Jan 8, 2025 · 3 comments
Labels
question Further information is requested

Comments

@Kaka030
Copy link

Kaka030 commented Jan 8, 2025

Ask away!

I don't have sudoer permission, so I chose to run with singularity but some error still occurs.

ERROR ~ Error executing process > 'pipeline:process_bams:assign_barcodes (1)'
Caused by:
Process pipeline:process_bams:assign_barcodes (1) terminated with an error exit status (255)

Command executed:

workflow-glue assign_barcodes whitelist.tsv extract_barcodes.tsv extract_barcodes_with_bc.tsv bc_assign_counts.tsv summary.tsv --max_ed 2 --min_ed_diff 2 --use_kmer_index

Command exit status:
255
Command output:
(empty)

Command error:
INFO: Converting SIF file to temporary sandbox...
FATAL: while extracting /hdd1/home/f24_yjsong/work/singularity/ontresearch-wf-single-cell-sha0fcdf10929fbef2d426bb985e16b81153a88c6f4.img: root fi lesystem extraction failed: failed to copy content in staging file: write /tmp/rootfs-3322637632/archive-3125817484: no space left on device

Work dir:
/hdd1/home/f24_yjsong/work/90/c6a91c1e3d9a8ef09c92cd0d5325d4
Container:
/hdd1/home/f24_yjsong/work/singularity/ontresearch-wf-single-cell-sha0fcdf10929fbef2d426bb985e16b81153a88c6f4.img

Tip: view the complete command output by changing to the process work dir and entering the command cat .command.out

-- Check '.nextflow.log' file for details

@Kaka030 Kaka030 added the question Further information is requested label Jan 8, 2025
@Kaka030
Copy link
Author

Kaka030 commented Jan 8, 2025

when I use the suggested solution in https://github.com/epi2me-labs/wf-single-cell?tab=readme-ov-file#troubleshooting, and created a file: numba.config in wf file to run again, output like this:

/hdd1/home/f24_yjsong/wf-single-cell/bin/nextflow: line 32: cannot create temp file for here-document: No space left on device
/hdd1/home/f24_yjsong/wf-single-cell/bin/nextflow: line 33: cannot create temp file for here-document: No space left on device
/hdd1/home/f24_yjsong/wf-single-cell/bin/nextflow: line 423: cannot create temp file for here-document: No space left on device
/hdd1/home/f24_yjsong/wf-single-cell/bin/nextflow: line 32: cannot create temp file for here-document: No space left on device
/hdd1/home/f24_yjsong/wf-single-cell/bin/nextflow: line 33: cannot create temp file for here-document: No space left on device
OpenJDK 64-Bit Server VM warning: Insufficient space for shared memory file:
2076871
Try using the -Djava.io.tmpdir= option to select an alternate temp location.

N E X T F L O W ~ version 24.10.3

The specified configuration file does not exist: /hdd1/home/f24_yjsong/numba.config -- check the name or choose another file

@nrhorner
Copy link
Contributor

nrhorner commented Jan 8, 2025

HI @Kaka030

I don't think this a numba issue. This appears to be your problem: no space left on device.

@Kaka030
Copy link
Author

Kaka030 commented Jan 16, 2025

@nrhorner Can I ask how much memory I need to run my sample with wf-sc (about 3500 cells, a 110G fastq.gz file)? Because even the administrator helped expand the /tmp folder size to about 300G. I still get this error when running halfway.

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants