mphschmitt

Results 4 issues of mphschmitt

Add a bash autocomplete script. It autocompletes the _bandwhich_ command with the different flags and options. If the _--interface_ option is used, then it autocompletes it using the different network...

Types defined in stdint.h require specific formaters included in inttypes.h Some unsigned32 types were displayed as signed, and vice-versa.

Some files were opened but never closed. This causes a resource leaks, which can be problematic in long running processes such as hifiasm, and even can cause security problems. Here,...

When working on a file that doesn't exist, a segfault occurs: ``` ./yak count -k31 -b37 -t16 -o pat.yak paternal.fq.gz [1] 27444 segmentation fault (core dumped) ./yak count -k31 -b37...