Skip to content

Instantly share code, notes, and snippets.

@mbstadler
mbstadler / snakemake-7.8.3_special-IO.patch
Created August 23, 2022 11:05
path file for snakemake v7.8.3 (return the values of read_chars and write_chars from psutil, in addition to the default read_bytes and write_bytes)
diff -u -r -P -N snakemake-7.8.3/snakemake/benchmark.py snakemake-7.8.3-fmi/snakemake/benchmark.py
--- snakemake-7.8.3/snakemake/benchmark.py 2022-06-20 12:52:22.000000000 +0200
+++ snakemake-7.8.3-fmi/snakemake/benchmark.py 2022-06-27 17:55:04.896298826 +0200
@@ -36,6 +36,8 @@
"max_pss",
"io_in",
"io_out",
+ "io_char_in",
+ "io_char_out",
"mean_load",