Closed kfuku52 closed 3 years ago
amalgkit
should check whether HDF5 is enabled in kallisto, as long as it needs .h5 as an intermediate file.
We don't use .h5 for anything as far as I know. Kallisto usually produces 3 files: abundance.tsv, abundance.json and abundance.h5
I believe we need the .json for updating the metadata with mapping rate and the .tsv for the quantification, of course. But .h5 is unused by amalgkit
.
Does it mean that sanity
only checks the presence of h5 and doesn't do anything about its content?
That is correct.
Alright, we don't have to check h5 then.
sanity will not check h5 files anymore. d6464e04d31d27e52b5a1ce11d4c6f527b050d68
Also, unrelated: Newer versions of
kallisto
don't produce.h5
output files anymore. Should I updatesanity
to bekallisto
version specific, or just stop looking for.h5
files alltogether?Originally posted by @Hego-CCTB in https://github.com/kfuku52/amalgkit/issues/80#issuecomment-946723973