1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-6GXirih7nY0eD2XS8aplLcYf53EeLuae+ewdUgBiKQQ=";
15 sourceRoot=''${sourceRoot}/source
16 echo Source root reset to ''${sourceRoot}
21 cp -a trimal readal statal $out/bin
25 description = "Tool for the automated removal of spurious sequences or poorly aligned regions from a multiple sequence alignment";
26 license = licenses.gpl3;
27 platforms = platforms.linux;
28 homepage = "http://trimal.cgenomics.org";
29 maintainers = [ maintainers.bzizou ];