From 2855cd8a7a6f95d22a189fbb4fc1bbfb85564427 Mon Sep 17 00:00:00 2001 From: Tamara Slosarek Date: Wed, 16 Oct 2024 15:00:09 +0200 Subject: [PATCH] docs(#639): add same metabolization check to README --- scripts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/README.md b/scripts/README.md index 0dd55fe6..3af162fb 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -100,6 +100,7 @@ Also checks which bricks are not used in guidelines. | `single_any_fallback` | If any fallback guidelines `*` are present, only one guideline should be present (otherwise other guidelines are ignored) | ❌ | ❌ | | `fallback_single_lookup` | If fallback guidelines `*` or `~` are present, only one lookup value per gene should be present (otherwise other lookup values are ignored) | ❌ | ❌ | | `annotated_but_not_staged` | Warns if a drug is annotated but not staged (ignored drugs in `IGNORE_STAGED_CHECK`) | ❌ | ❌ | +| `same_metabolization` | Warns if a guidelines of a drug use different metabolization types | ❌ | ❌ | ### Guideline annotation checks