Hello,
I have been trying to create a kallisto index using the following command:
kallisto index -i Glycine-Max.idx Glycine_max.Glycine_max_v2.1.cdna.all.fa.gz
It does run but soon encounters a problem:
[build] loading fasta file Glycine_max.Glycine_max_v2.1.cdna.all.fa.gz
[build] k-mer length: 31
[build] warning: clipped off poly-A tail (longer than 10)
from 4 target sequences
[build] warning: replaced 64340 non-ACGUT characters in the input sequence
with pseudorandom nucleotides
[build] counting k-mers ... Killed
What is the cause behind this error? How to fix it?
Edit: I'm using how-are-we-stranded-here that depends on kallisto index. I know there are alternative software to build index, but I'm limited to kallisto.
Thank you for any replies and best wishes.
Killed most of the time means you are running out of memory. What is your setup and can you get a computer with more memory?
I'm a bs student so I currently cannot afford to add more memory to my peasant computer.