ERROR ~ Error executing process > 'makeSTARindex (ERCC__GRCm38.fa)'
Caused by: Process `makeSTARindex (ERCC__GRCm38.fa)` terminated with an error exit status (110)
Command executed:
mkdir star STAR \ --runMode genomeGenerate \ --runThreadN 10 \ --sjdbGTFfile ERCC__GRCm38.gtf \ --genomeDir star/ \ --genomeFastaFiles ERCC__GRCm38.fa \ --limitGenomeGenerateRAM 85799345920
Command exit status: 110
Command output: May 24 20:42:09 ..... started STAR run May 24 20:42:09 ... starting to generate Genome files May 24 20:43:20 ... starting to sort Suffix Array. This may take a long time... May 24 20:43:37 ... sorting Suffix Array chunks and saving them to disk...
Command wrapper: nxf-scratch-dir ip-172-31-16-85:/tmp/nxf.G2dSVzU2DF May 24 20:42:09 ..... started STAR run May 24 20:42:09 ... starting to generate Genome files May 24 20:43:20 ... starting to sort Suffix Array. This may take a long time... May 24 20:43:37 ... sorting Suffix Array chunks and saving them to disk...
Genome_genomeGenerate.cpp:339:genomeGenerate: exiting because of *OUTPUT FILE* error: could not write the output file star//SA_8 fail()=1 ; bad()=1 Error while trying to write chunk # 2; 4294967294 bytes File size full = 4479743408 bytes File size on disk = 2437038080 bytes Solution: check that you have enough space on the disk Empty space on disk = 0 bytes
May 24 20:57:17 ...... FATAL ERROR, exiting tee: .command.err: No space left on device
Work dir: s3://czb-nextflow/rnaseq/5d/2db41175c4a38cb4871b8f71b91f33
Tip: when you have fixed the problem you can continue the execution appending to the nextflow command line the option `-resume`
process makeSTARindex { tag "$fasta" publishDir path: { params.saveReference ? "${params.outdir}/reference_genome" : params.outdir }, saveAs: { params.saveReference ? it : null }, mode: 'copy' containerOptions "--storage-opt dm.basesize=100G"
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/cffc29a2-c374-4d5b-b57d-dbaa49a0ae28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The `containerOptions` directive is not applied to Batch jobs, therefore it's useless.I guess you need to configure properly the base size as explained in the docs or mount an EBS volume using the latest edge.Hope it helpsp
To unsubscribe from this group and stop receiving emails from it, send an email to next...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/513f64d1-0eda-41b1-9ad2-f8754afec8e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi, Olga.You might want to look at using ebs-autoscaling. https://docs.opendata.aws/genomics-workflows/core-env/create-custom-compute-resources/Sean
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/513f64d1-0eda-41b1-9ad2-f8754afec8e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/fb181998-b481-4878-b9c7-585dfdd5237e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/37400f27-7860-4be3-b7e7-631fd43569b5n%40googlegroups.com.