• Main Page
  • Namespaces
  • Classes
  • Files
  • File List

/home/mark/model/software/ScrumPy/ScrumPy/Bioinf/PyoCyc/Tags.py

00001 Cats =            "CATALYZES"
00002 ChemForm = "CHEMICAL-FORMULA"
00003 Coeff =           "^COEFFICIENT"
00004 Comment=     "COMMENT"
00005 ComName =   "COMMON-NAME"
00006 CompOf =      "COMPONENT-OF"
00007 Comps =        "COMPONENTS"
00008 DBLinks =      "DBLINKS"
00009 Delim =          " - "
00010 EC =               "EC-NUMBER"
00011 Enz =              "ENZYME"
00012 EnzReac =       "ENZYMATIC-REACTION"
00013 Gene =            "GENE"
00014 InPath =          "IN-PATHWAY"                                # the pathway(s) in which a reaction is found
00015 Left =              "LEFT"                                             # Left (substrate) of a reaction
00016 LeftEnd =         "LEFT-END-POSITION"                   # leftmost base in a gene
00017 MolWt =           "MOLECULAR-WEIGHT"
00018 Prod=              "PRODUCT"
00019 Reac =             "REACTION"
00020 ReacEq =         "REACTION-EQUATION"
00021 ReacList =       "REACTION-LIST"                              # reactions in a pathway
00022 ReacDir =        "REACTION-DIRECTION"
00023 
00024 RecEnd =        "//"                           # End of Record
00025 
00026 RegBy=          "REGULATED-BY"
00027 Regul =         "REGULATOR"
00028 Regulates =    "REGULATES"
00029 RegEnt =       "REGULATED-ENTITY"
00030 
00031 RegMode =     "MODE"
00032 Right =           "RIGHT"                                             # Right (product) of reaction
00033 RightEnd =     "RIGHT-END-POSITION"                     # rightmost base in a gene
00034 SuPath =         "SUPER-PATHWAY"                            # defined but not used in ecocyc ? future expansion ?
00035 TransDir=       "TRANSCRIPTION-DIRECTION"
00036 Types  =     "TYPES"
00037 UID =              "UNIQUE-ID"
00038 
00039 
00040 Import =        "#IMPORT"                                        # not part of ecocyc - use to identify files imported from 3rd party input
00041 
00042 
00043                        ## tagged comments, generated when converting non-biocyc - biocyc
00044 TCReac=         "COMMENT <Reaction>"
00045 
00046 NR = "Not reported"   # not strictly a Tag, default value for missing essential fields
00047 
00048 
00049 
00050 
00051 def IsComment(string):                                           # global comment, not comment field in record
00052     return string.find("#") ==0  or string.find(RecEnd) == 0
00053 

Generated on Tue Sep 4 2012 15:38:01 for ScrumPy by  doxygen 1.7.1