Entering edit mode
7.3 years ago
shoujun.gu
▴
380
I tried to use kallisto to align and quant my RNA-Seq data after built kallisto index, i tried to quant my data by typing:
kallisto quant -i $REF -o kal1 $R1 $R2
And I got an error:
[quant] finding pseudoalignments for the reads ...terminate called after throwing an instance of 'std::system_error'
what(): Enable multithreading to use std::thread: Operation not permitted
Aborted (core dumped)
Could someone help me to solve this error?
I'm using kallisto 0.43.1 on Ubuntu 16.04.2 LTS. Thanks!