cobramod.parsing.plantcyc ========================= .. py:module:: cobramod.parsing.plantcyc .. autoapi-nested-parse:: Gene parsing for Plantcyc The main functions to parse Metabolites and Reactions are found in the module Biocyc Attributes ---------- .. autoapisummary:: cobramod.parsing.plantcyc.debug_log Functions --------- .. autoapisummary:: cobramod.parsing.plantcyc.retrieve_gene_information Module Contents --------------- .. py:data:: debug_log .. py:function:: retrieve_gene_information(directory, identifier, database) Retrieve the gene information for given reaction in a specific database :param directory: Directory to store and retrieve local data. :type directory: Path :param identifier: original identifier :type identifier: str :param database: Name of the database. Some options: "META", "ARA". Full list in: "https://plantcyc.org/list-of-pgdbs" :type database: str :raises HTTPError: If given reaction does not have gene information available