From d80a3977ac2d58d90ba6d75574918850149ee807 Mon Sep 17 00:00:00 2001 From: Yossi Farjoun Date: Wed, 8 Jan 2025 12:18:58 -0500 Subject: [PATCH] chore: update README.md (#23) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a71b63f..fa6d08c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repo contains the following, in no particular order: - a hello world snakefile in `src/snakemake/hello_world.smk` - this uses the `onerror` directive to better display rule errors, in particular the last file lines of the rule's log -- a python toolkit (`clien-tools`) in `src/python/pyclient` +- a python toolkit (`client-tools`) in `src/python/pyclient` - uses `defopt` for arg parsing - has custom logging in `core/logging.py` - has utility methods to support the above `onerror` snakemake directive in `pipeline/snakemake_utils.py`