Closed ybao3 closed 1 year ago
https://github.com/pachterlab/kallisto/releases/tag/v0.50.0
--bias, --fusion, --genomebam, and --pseudobam in kallisto quant and kallisto bus are no longer supported -- users should use v0.48.0 for use of these features.
Is this the reason?
Correct, pseudobam is no longer supported in the 0.50 series of releases.
Please use the 0.48 series for pseudobams.
worked on 0.48. Thanks!
Problem: visualize the pseudoalignments:
kallisto quant -i transcripts.idx -b 30 -o kallisto_out --genomebam --gtf transcripts.gtf.gz --chromosomes chrom.txt reads_1.fastq.gz reads_2.fastq.gz
Output:
Tests: https://pachterlab.github.io/kallisto/starting Files: https://github.com/pachterlab/kallisto/tree/master/test
on m1 Mac, dependencies installed via homebrew Build from source (last night), with all features enables:
Previously tried to install Kallisto via homebrew, works but BAM disabled. Also tried install via conda:
conda install -c merv kallisto
, gives segfault. That is 0.46.2 so I cloned 0.50 and build from source. However still gives me this error. I saw it has been fixed on 0.48.Any suggestions?
indexing looks fine.
> kallisto index -i transcripts.idx transcripts.fasta.gz
Output:
kallisto quant -i transcripts.idx -o output -b 100 reads_1.fastq.gz reads_2.fastq.gz
Output: