Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Various Issues with Lipoic Acid Biosynthesis (#830)
* feat: added new metabolite to represent mitochondrial octanoyl-[ACP] * feat: moved MAR06402 from c to m and removed apoA1 from reactants * fix: turned MAM00210c into MAM00210m since the only lipoylated human proteins are strictly mitochondrial * feat: added MAM20084m to represent a mitochondrial 4Fe4S iron-sulfur cluster * fix: noticed that KEGG IDs for MAM00077 metabolites in metabolites.tsv were in the BiGG ID column; moved them to the KEGG ID column * fix: moved MAR06403 from c to m and corrected various issues with the metabolites, stoichiometry, and GPR * fix: moved MAM00208c and MAM00209c from c to m since all lipoylated human proteins are strictly mitochondrial * fix: replaced [c] versions of remaining metabolites in MAR06404 with their [m] equivalents * feat: added MAM20085m to represent a mitochondrial 2Fe2S iron-sulfur cluster * feat: added MAR20184 to represent synthesis of 4Fe4S iron-sulfur clusters from 2Fe2S iron-sulfur clusters * chore: added row to reactions.tsv for MAR20184 * feat: added MAR20185 to represent de novo synthesis of 2Fe2S in mitochondria * feat: added MAM02042m to represent mitochondrial hydrosulfide * feat: added MAM20086m to represent mitochondrial S-sulfanylglutathione * feat: added MAR20186 to represent formation of GSSH from HS- and GSH by SQOR * feat: added SQOR to GPR of MAR06911 and reordered existing genes so they're sorted by the numeric bits of their IDs * feat: added MAR20187 to represent conversion of GSSH and O2 into GSH and sulfite by ETHE1 * feat: added MAM01098m to represent mitochondrial 5'deoxyadenosine * feat: added MAR20188 to represent transport of 5'deoxyadenosine from mitochondria to the cytosol * feat: added new genes to YAML file and genes.tsv for all genes in new reactions not already present * fix: added LYRM4 to YAML file and genes.tsv because I forgot it the first time * fix: accidentally wrote 'metfrom' instead of 'metFrom' for some of the new metabolite entries * fix: remove duplicate function getGenesFromGrRules is already in RAVEN * fix: remove exportHumanGEM use RAVEN's generic exportForGit instead * refactor: increaseHumanGEMVersion * chore: I/O of YAML file with latest RAVEN release * doc: update README.md * fix: testYamlConversion use new funcs * chore: add macaw test result * chore: add macaw test result * fix: name of gene essentiality job Github Action * chore: add macaw test result * fix: keep test-specific PR reference in sep. lines * chore: add macaw test result * chore: add macaw test result * fix: charge and empirical formula of GSSH to be consistent with GSH * fix: added missing proton in MAR20186 * fix: genes.tsv quote all content * fix: increaseHumanGEMVersion * fix: testYamlConversion * temporarily distribute YAML I/O functions until fully merged in new RAVEN release * fix: remove ENSG00000181562 and ENSG00000092529 from genes.tsv * chore: add macaw test result * fix: remove empty GPRs * refactor: increaseHumanGEMVersion * refactor: force specific IO functions * chore: add gene essentiality test result * feat: check RAVEN version increaseHumanGEMVersion * fix: genes.tsv missing " * fix: restore new genes in genes.tsv from earlier commit * chore: add macaw test result * chore: add macaw test result --------- Co-authored-by: Eduard Kerkhoven <[email protected]> Co-authored-by: edkerk <[email protected]> Co-authored-by: Devlin-Moyer <[email protected]>
- Loading branch information