Hi all,
I'm new to Kallisto. I used it to quantify a series of files with single end reads. ALL my output folders only have two files:
abundance.tsv and
run_info.json.
There is no hdf5 output file (cannot find any abubdance.h5 file, which I'd need for analysis with sleuth).
One example of the script I wrote below. I just did this multiple times with different input fastq files, and the output folder each time was missing the hdf5 file.
- kallisto quant -i transcripts.idx -o 4533_14 --single -l 300 -s 50 REL4533_14_S11_R1_001.fastq.gz
I just have two questions:
- Has anyone else had this problem? Am I doing something really stupid?
- Could I use the tsv output files for downstream analysis with sleuth, or do I need to figure out how to get the missing h5 outputs?
Thank you so much. I'd really appreciate any help at all.
best,
Tanush