Skip to content

Commit

Permalink
chore: add macaw test result
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk authored and github-actions[bot] committed Oct 18, 2024
1 parent 1e0c1e5 commit 93a3354
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 210 deletions.
2 changes: 1 addition & 1 deletion data/macawResults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

The test results shown here were obtained by the GitHub Actions run in **PR #829**, 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 #882**, and will be updated by any subsequent PR. Summary results are shown as a comment in the corresponding PR.

### `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.
Expand Down
1 change: 1 addition & 0 deletions data/macawResults/macawSummary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Starting dead-end test...<br> - Found 1514 dead-end metabolites.<br> - Found 1319 reactions incapable of sustaining steady-state fluxes in either direction due to these dead-ends.<br> - Found 1977 reversible reactions that can only carry steady-state fluxes in a single direction due to dead-ends.<br>Starting duplicate test...<br> - Skipping redox duplicates because no redox_pairs and/or proton_ids were provided.<br> - Found 447 reactions that were some type of duplicate:<br> - 0 were completely identical to at least one other reaction.<br> - 13 involve the same metabolites but go in the opposite direction or have the opposite reversibility as at least one other reaction.<br> - 447 involve the same metabolites but with different coefficients as at least one other reaction.
Loading

0 comments on commit 93a3354

Please sign in to comment.