Run_Kallisto_for_quantification terminated with an error exit status (137)

313 views
Skip to first unread message

peris...@nevada.unr.edu

unread,
Aug 8, 2018, 11:38:16 PM8/8/18
to Nextflow
I am currently trying to run this Nextflow pipeline (https://github.com/likelet/LncPipe) using a Docker image and I encountered the following error:

```
Aug-08 20:18:35.603 [Task monitor] ERROR nextflow.processor.TaskProcessor - Erro
r executing process > 'Run_kallisto_for_quantification (AAhu-FFinfer-TTsp-SS2)'

Caused by:
  Process `Run_kallisto_for_quantification (AAhu-FFinfer-TTsp-SS2)` terminated with an error exit status (137)

Command executed:

  #quantification by kallisto
  kallisto quant -i transcripts.idx -o AAhu-FFinfer-TTsp-SS2_kallisto -t 23 -b 100 AAhu-FFinfer-TTsp-SS2.R1.fq.gz AAhu-FFinfer-TTsp-SS2.R2.fq.gz
  mv AAhu-FFinfer-TTsp-SS2_kallisto/abundance.tsv AAhu-FFinfer-TTsp-SS2_abundance.tsv

Command exit status:
  137

Command output:
  (empty)

Command error:
 
  [quant] fragment length distribution will be estimated from the data
  [index] k-mer length: 31
  [index] number of targets: 213,479
  [index] number of k-mers: 614,018,229
  [index] number of equivalence classes: 3,877,325
  .command.sh: line 3:     9 Killed                  kallisto quant -i transcripts.idx -o AAhu-FFinfer-TTsp-SS2_kallisto -t 23 -b 100 AAhu-FFinfer-TTsp-SS2.R1.fq.gz AAhu-FFinfer-TTsp-SS2.R2.fq.gz
```

Any inputs on debugging this would be much appreciated.
Thank You

Paolo Di Tommaso

unread,
Aug 9, 2018, 8:25:19 AM8/9/18
to nextflow
Exit status 137 is usually caused by lack of memory. To debug any task change in the task work directory and execute `bash .command.run` 


Hope it helps. 

p

--
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+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
For more options, visit https://groups.google.com/d/optout.

peris...@nevada.unr.edu

unread,
Aug 9, 2018, 1:55:23 PM8/9/18
to Nextflow
It was indeed a memory segmentation issue...was able to fix it in the nextflow.config file.

TY
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages