Package: t-coffee / 13.41.0.28bdc39+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
t-coffee | 13.41.0.28bdc39+dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
probconsrna.patch | (download) |
t_coffee_source/data_headers/programmes_define.h |
2 1 + 1 - 0 ! |
debian-specific adjustment. The program "probconsRNA" is called "probcons-RNA" in Debian. |
bypass_legacy_blast.patch | (download) |
example/tc_generic_method.pl |
28 11 + 17 - 0 ! |
see origin |
use_debian_packaged_TMalign.patch | (download) |
t_coffee_source/makefile |
7 2 + 5 - 0 ! |
there is no need to build tmalign since the debian packaged version is used anyway |
hardening.patch | (download) |
t_coffee_source/makefile |
6 3 + 3 - 0 ! |
propagate hardening options |
set_proper_dir_permissions.patch | (download) |
t_coffee_source/util_lib/util.c |
13 9 + 4 - 0 ! |
when creating subdirectories in $home do not make these world writable but keep users umask |
mayhem.patch | (download) |
t_coffee_source/util_lib/util.c |
7 6 + 1 - 0 ! |
fix mayhem issue The idea behind this patch is that if there is a problem to set the HOME directories no additional processes can exist and so we should *really* exit. Somehow the printf_exit() function does some logic which ends up in an endless loop and thus forcing the exit will help here. |
stable linking inputs.patch | (download) |
t_coffee_source/makefile |
2 1 + 1 - 0 ! |
provide stable file order for linking This makes the package reproducible. |
clustalw2.patch | (download) |
install |
21 6 + 15 - 0 ! |
executable in clustalw 2.x package is named clustalw When using bioperl-run test suite it is uncovered that t-coffee is wrongly seeking for a clustalw2 executable. A patch is applied to rather seek for clustalw. |
verbose_build | (download) |
t_coffee_source/makefile |
6 4 + 2 - 0 ! |
don't hide the build flags |
increase_max_pid.patch | (download) |
t_coffee_source/coffee_defines.h |
2 1 + 1 - 0 ! |
increase max_n_pid to linux 64 bits theoretical maximum Since Debian Bullseye, the system now has a default pid_max of 4194304 instead of the historical 32768. This renders t-coffee much more likely to crash on compute nodes always powered on in computer centers. This patch addresses that issue with a value set to the theoretical upper limit of Linux on 64 bits systems. |