From 6de11ff5a16e1544270124ae2ebcaad61b9f518c Mon Sep 17 00:00:00 2001 From: JHL-452b Date: Thu, 7 Nov 2024 10:55:40 +0000 Subject: [PATCH] chore: add macaw test result --- data/testResults/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/testResults/README.md b/data/testResults/README.md index 160c9df5..5d867bb2 100644 --- a/data/testResults/README.md +++ b/data/testResults/README.md @@ -2,7 +2,7 @@ The file here contains results from the [MACAW](https://github.com/Devlin-Moyer/macaw) `dead_end_test` and `duplicate_test` tests, and from cell-line specific gene essentiality prediction based on the [Hart _et al._ (2015)](https://doi.org/10.1016/j.cell.2015.11.015) dataset. -The test results shown here were obtained by the GitHub Actions run in **PR #882** (MACAW) and **PR #675** (gene essentiality), and will be updated by any subsequent PR. Summary results are shown as a comment in the corresponding PR. +The test results shown here were obtained by the GitHub Actions run in **PR #915** (MACAW) and **PR #675** (gene essentiality), and will be updated by any subsequent PR. Summary results are shown as a comment in the corresponding PR. ### MACAW: `dead_end_test` Looks for metabolites in Human-GEM that can only be produced by all reactions they participate in or only consumed, then identifies all reactions that are prevented from sustaining steady-state fluxes because of each of these dead-end metabolites. The simplest case of a dead-end metabolite is one that only participates in a single reaction. Also flags all reversible reactions that can only carry fluxes in a single direction because one of their metabolites can either only be consumed or only be produced by all other reactions it participates in.