python3Packages.snakemake: init at 8.4.12

This commit is contained in:
Dmitry Kalinkin
2024-03-27 15:06:04 -04:00
parent e896700b24
commit 71401e8d39
+4
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 { };