DALIGNER
DALIGNER copied to clipboard
Find all significant local alignments between reads
I am seeing current version of LAsort failing when called from daligner. As a workaround, I have been using an older version of LAsort. ie (dentistenv) [randy.bradley@ceres18-mem-2 workdir]$ daligner -I...
The changes from 477d5b92459c7e22baf2e15af712b70ee54c838b introduced a serious bug into `LAsort` that causes a segfault. The code crashes in [`LAsort.c:377`](https://github.com/thegenemyers/DALIGNER/blob/477d5b92459c7e22baf2e15af712b70ee54c838b/LAsort.c#L377). When compiling with `-fsanitize=address -fsanitize=undefined` the sanitizer reports many misaligned accesses...
With "-f" flag, the "rm *.las" lines went to stdout rather than into ".RM.OPT" script.
This allows for passing additional compiler/linker flags from the command line by supporting standard variables like CPPFLAGS, CFLAGS, and LDFLAGS. It also saves a good amount of redundant typing. This...
As first identified in [Debian bug #1066534], DALIGNER fails to build from source when compiled with -Werror=implicit-function-declaration. This change ensures the definition of vasprintf is appropriately loaded from the standard...
Since gcc 14, incompatible pointer type casting is now an error. In the case of daligner, the build results in the following errors: ONE2LA.c:135:13: error: assignment to ‘int64 *’ {aka...