snakemake: format

This commit is contained in:
Gaetan Lepage
2024-10-16 08:34:58 +02:00
parent 3c971bb4f9
commit 49a382308c
+10 -5
View File
@@ -1,7 +1,8 @@
{ lib
, fetchPypi
, python3
, stress
{
lib,
fetchPypi,
python3,
stress,
}:
python3.pkgs.buildPythonApplication rec {
@@ -133,6 +134,10 @@ python3.pkgs.buildPythonApplication rec {
workflows are essentially Python scripts extended by declarative code to define
rules. Rules describe how to create output files from input files.
'';
maintainers = with maintainers; [ helkafen renatoGarcia veprbl ];
maintainers = with maintainers; [
helkafen
renatoGarcia
veprbl
];
};
}