9 python3Packages.buildPythonApplication rec {
10 pname = "eggnog-mapper";
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 hash = "sha256-+luxXQmtGufYrA/9Ak3yKzbotOj2HM3vhIoOxE+Ty1U=";
21 # Not a great solution...
22 substituteInPlace setup.cfg \
34 propagatedBuildInputs = [
36 ] ++ (with python3Packages; [
42 # Tests rely on some of the databases being available, which is not bundled
43 # with this package as (1) in total, they represent >100GB of data, and (2)
44 # the user can download only those that interest them.
48 description = "Fast genome-wide functional annotation through orthology assignment";
49 license = licenses.gpl2;
50 homepage = "https://github.com/eggnogdb/eggnog-mapper/wiki";
51 maintainers = with maintainers; [ luispedro ];
52 platforms = platforms.all;