1 { lib, stdenv, fetchurl, python3, perl, zlib }:
3 stdenv.mkDerivation rec {
8 url = "https://meme-suite.org/meme-software/${version}/meme-${version}.tar.gz";
9 sha256 = "38d73d256d431ad4eb7da2c817ce56ff2b4e26c39387ff0d6ada088938b38eb5";
12 buildInputs = [ zlib ];
13 nativeBuildInputs = [ perl python3 ];
16 description = "Motif-based sequence analysis tools";
17 license = licenses.unfree;
18 maintainers = with maintainers; [ gschwartz ];
19 platforms = platforms.linux;