Home | Trees | Indices | Help |
---|
|
|
|||
fromDatabase = True
|
|||
idName = "reaction_step_id"
|
|||
table = "reaction_step" -- Reagents cause some reaction profiles to occur... |
|
table-- Reagents cause some reaction profiles to occur CREATE TABLE reagent ( reagent_id SERIAL NOT NULL, inherent_reactant_smiles TEXT, inherent_product_smiles TEXT, recursions INTEGER, html_template TEXT, depict_smiles TEXT, position INTEGER );
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:31 2007 | http://epydoc.sourceforge.net |