Module modelmage
[hide private]
[frames] | no frames]

Module modelmage

source code

Contains the main function and the modelMaGe class that start the program.

Due to multiple changes in the development process, the code has become ugly and not well structured. Until I have fixed and refactored it, I will give a short description of the dependencies and the order of a program call: modelmage.py: main():

Classes [hide private]
  ModelMaGe
This class is the main interface for all the other classes.
Functions [hide private]
 
cleanResult(output)
Deletes the standard result folder.
source code
 
buildReverseMacros(remove, kinetics, ReverseMacros, ReverseKineticMacros)
build up artifical ReverseMacros and ReverseKineticMacros from the command line given with the option '-k'
source code
 
main()
Main function of the program that reads the command line and invokes the according commands.
source code
Variables [hide private]
  ResultsCopasi = 'ResultCopasiFiles'
  ResultsSBML = 'ResultSBMLFiles'
  Version = "1.0beta"
  __package__ = None
Function Details [hide private]

cleanResult(output)

source code 

Deletes the standard result folder. ./results