kallisto icon indicating copy to clipboard operation
kallisto copied to clipboard

Can Kallisto align nucleotide sequences to protein database for calculating CPM

Open xiaohong88999 opened this issue 1 year ago • 1 comments

We have download many metagenome fastq files and need to align them to a custom protein database for calculating CPMs. We use 'kaliisto index --aa' command to build index from our FASTA-file containing amino acid sequences. Then we use 'kallisto quant -i index -o output pairA_1.fastq pairA_2.fastq pairB_1.fastq pairB_2.fastq ' command to get count an CPM. But it failed many times. Details as below: 1722518660694

xiaohong88999 avatar Aug 01 '24 13:08 xiaohong88999

You should be using kallisto bus --aa for pseudoalignment.

Recommend that you use the kb-python program for these purposes.

Yenaled avatar Aug 01 '24 15:08 Yenaled