bioinfo-ut / GenomeTester4

A toolkit for performing set operations - union, intersection and complement - on k-mer lists.
GNU General Public License v3.0
32 stars 14 forks source link

(4.1.8) glistmaker outputting unreadable list from empty pipe #13

Closed mihkelvaher closed 4 years ago

mihkelvaher commented 4 years ago

When getting no input from pipe, glistmaker produces a list file with size 0 (empty list is 42).

printf "" | glistmaker - -w 32 -o out

This new file is unreadable by glistquery:

glistquery out_32.list 
File az/object.c line 115 (?): Assertion obj != NULL failed
File word-list-sorted.c line 62 (?): Assertion impl != NULL failed
lauris71 commented 4 years ago

Fixed in 4.1.9