fluxpy.constants ================ .. py:module:: fluxpy.constants .. autoapi-nested-parse:: Global variables for the fluxpy library Attributes ---------- .. autoapisummary:: fluxpy.constants.CMAP fluxpy.constants.current_file_path fluxpy.constants.parent_folder fluxpy.constants.root_folder fluxpy.constants.EXT_DATA fluxpy.constants.SEED2MNX fluxpy.constants.BIGG2MNX fluxpy.constants.BIGG_COFACTORS fluxpy.constants.BIGG_BUILDING_BLOCLS fluxpy.constants.MODELSEED_COFACTORS fluxpy.constants.QFCA_STYLE fluxpy.constants.COMPLETE_MODEL Functions --------- .. autoapisummary:: fluxpy.constants._cmap Module Contents --------------- .. py:function:: _cmap() Create a custom colormap. This function defines a custom colormap using a list of hexadecimal color codes, converts them to RGBA format, and then creates a LinearSegmentedColormap with 100 bins. :returns: A custom colormap with the specified colors. :rtype: LinearSegmentedColormap .. py:data:: CMAP .. py:data:: current_file_path :value: b'.' .. py:data:: parent_folder .. py:data:: root_folder .. py:data:: EXT_DATA .. py:data:: SEED2MNX .. py:data:: BIGG2MNX .. py:data:: BIGG_COFACTORS :value: ['atp_c0', 'atp_c', 'adp_c', 'adp_c0', 'atp_c0', 'atp_c', 'adp_c', 'adp_c0', 'udp_c0', 'udp_c',... .. py:data:: BIGG_BUILDING_BLOCLS :value: ['ala_L_c0', 'asp_L_c0', ' gln_L_c0', 'glu_L_c0', 'glu_L_c0', 'ser_L_c0', 'trp_L_c0',... .. py:data:: MODELSEED_COFACTORS :value: ['cpd00001_c0', 'cpd00002_c0', 'cpd00003_c0', 'cpd00004_c0', 'cpd00005_c0', 'cpd00006_c0',... .. py:data:: QFCA_STYLE .. py:data:: COMPLETE_MODEL