Closed kfuku52 closed 3 years ago
Currently, amalgkit quant
fails with AssertionError: kallisto did not finish safely.
when no reads are mapped to the reference genome. However, this behaviour prevents amalgkit quant
from removing .fastq files of useless SRA data. So, rather than throwing an error there, an empty, placeholder output should be created.
kallisto generates empty outputs already, so I just removed an assertion check, so that quant
correctly finishes even with no mapped reads.
https://github.com/kfuku52/amalgkit/commit/d7e6a23ed4afc4016b5b7b77dabbe17309a5a4b7
I'll fix this.