Skip to content
  • Laros's avatar
    Cleaned up the code for a new alpha release. · e4094f10
    Laros authored
    Added:
    - Web.py: A module with some general functions used by the interfaces.
      - A version (this is deliberately kept out of the config file).
      - A run() wrapper that returns standard output of any function as a string.
      - A tal() function that parses a TAL template.
      - A read() function that returns the input of a file.
    
    Modified:
    - Install.txt: In the apache config, a PythonPath must be set now (dynamically
      setting it did not give consistent output).
    - handler.py : Cleaned the source by using the Web class.
    - webservice.py : Cleaned the source by using the Web class.
    - index.py : Cleaned the source by using the Web class.
    
    
    
    git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@15 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
    e4094f10