[project @ Monitor status implementation + config_pipeline cmdling args]
authorBrandon King <kingb@caltech.edu>
Wed, 21 Nov 2007 20:53:23 +0000 (20:53 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 21 Nov 2007 20:53:23 +0000 (20:53 +0000)
commitb76f06384f17ba63e1f7bc4057fb945e6455808d
tree4cdb1f80d6c55c423084de1d49cea2bf3e5dd1c2
parent062fa6cf5ace5bb7cc670e6bb0744af8efd15c0b
[project @ Monitor status implementation + config_pipeline cmdling args]
  * configure_pipeline now takes an optional command line
    argument of an eland config file to use. (Overrides
    automatic download).
  * Added monitors.py which contains methods providing a way
    of triggering some sort of threaded monitor of pipeline
    progress.
    *  startCmdLineStatusMonitor(conf_info) prints status
       to stdout
  * Updated configure_pipeline script to use the
    startCmdLineStatusMonitor function.
  * ConfigInfo object now holds a status variable
    (GARunStatus object)
    * requires calling conf_info.createStatusObject() after
      _cfg_filepath has been set (currently handled by
      run_pipeline function)
gaworkflow/pipeline/configure_run.py
gaworkflow/pipeline/monitors.py [new file with mode: 0644]
scripts/configure_pipeline