python3Packages.snakemake: init at 8.4.12

This commit is contained in:
Dmitry Kalinkin 2024-03-27 15:05:35 -04:00
parent e896700b24
commit 71401e8d39
1 changed files with 4 additions and 0 deletions

View File

@ -13692,6 +13692,10 @@ self: super: with self; {
inherit (self) python;
});
snakemake = toPythonModule (pkgs.snakemake.override {
python3 = python;
});
snakemake-executor-plugin-cluster-generic = callPackage ../development/python-modules/snakemake-executor-plugin-cluster-generic { };
snakemake-interface-common = callPackage ../development/python-modules/snakemake-interface-common { };