Home
last modified time | relevance | path

Searched refs:new_reaction (Results 1 – 3 of 3) sorted by relevance

/dports/biology/py-biopython/biopython-1.79/Bio/KEGG/KGML/
H A DKGML_parser.py138 new_reaction = Reaction()
140 new_reaction.__setattr__(k, v)
143 new_reaction.add_substrate(int(subelement.attrib["id"]))
145 new_reaction.add_product(int(subelement.attrib["id"]))
146 self.pathway.add_reaction(new_reaction)
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcReactionLib.cc58 cReaction * new_reaction = new cReaction(name, new_id); in AddReaction() local
60 reaction_array[new_id] = new_reaction; in AddReaction()
61 return new_reaction; in AddReaction()
H A DcEnvironment.cc718 cReaction* new_reaction = reaction_lib.AddReaction(name); in LoadReaction() local
727 if (new_reaction->GetTask() != NULL) { in LoadReaction()
739 new_reaction->SetTask(cur_task); // Attack task to reaction. in LoadReaction()
748 if (LoadReactionProcess(new_reaction, desc_entry, feedback) == false) { in LoadReaction()
754 if (LoadReactionRequisite(new_reaction, desc_entry, feedback) == false) { in LoadReaction()
760 if (LoadContextReactionRequisite(new_reaction, desc_entry, feedback) == false) { in LoadReaction()