Package: kallisto / 0.46.2+dfsg-2

Metadata

Package Version Patches format
kallisto 0.46.2+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_debian_packaged_htslib.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
src/CMakeLists.txt | 8 7 + 1 - 0 !
2 files changed, 9 insertions(+), 3 deletions(-)

 adapt build system to debian packaged libhts


spelling | (download)

src/Inspect.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling typo

htslib1.3 | (download)

src/KmerIndex.cpp | 2 1 + 1 - 0 !
src/ProcessReads.cpp | 4 2 + 2 - 0 !
src/ProcessReads.h | 2 1 + 1 - 0 !
unit_tests/test_kmerhashtable.cpp | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 use kseq.h from htslib, not the bundled version

Check_busOptions.seq_length_before_accessing.patch | (download)

src/ProcessReads.cpp | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 check busoptions.seq.empty() before trying to access it,
 to avoid a segfault. More details can be found at the upstream bug.