17 src = fetchFromGitHub {
20 rev = "refs/tags/${finalAttrs.version}";
21 hash = "sha256-KlWKt2tH2lQBh/eQ2Hbcu2gXHEFfmFEc6LrybluxINc=";
24 build-system = with python3Packages; [ setuptools ];
29 dependencies = with python3Packages; [
40 # Minimum needed external tools
41 # See https://github.com/biobakery/phylophlan/wiki#dependencies
42 propagatedBuildInputs = [
51 # Not revelant in this context
52 rm -f $out/bin/phylophlan_write_default_configs.sh
56 homepage = "https://github.com/biobakery/phylophlan";
57 description = "Precise phylogenetic analysis of microbial isolates and genomes from metagenomes";
58 changelog = "https://github.com/biobakery/phylophlan/releases";
59 license = lib.licenses.mit;
60 maintainers = with lib.maintainers; [ theobori ];
61 mainProgram = "phylophlan";
65 python3Packages.buildPythonApplication finalAttrs