Package Bio :: Package PopGen :: Package FDist :: Module Async :: Class FDistAsync
[hide private]
[frames] | no frames]

Class FDistAsync

source code

Controller.FDistController --+
                             |
                            FDistAsync

Asynchronous FDist execution.

Instance Methods [hide private]
 
__init__(self, fdist_dir='', ext=None)
Constructor.
source code
 
run_job(self, parameters, input_files)
Runs FDist asynchronously.
source code

Inherited from Controller.FDistController: run_cplot, run_datacal, run_fdist, run_fdist_force_fst, run_pv

Method Details [hide private]

__init__(self, fdist_dir='', ext=None)
(Constructor)

source code 
Constructor.

Parameters:
fdist_dir - Where fdist can be found, if = "", then it
    should be on the path.
ext - Extension of binary names (e.g. nothing on Unix,
      ".exe" on Windows

Overrides: Controller.FDistController.__init__

run_job(self, parameters, input_files)

source code 

Runs FDist asynchronously.

Gets typical Fdist parameters from a dictionary and makes a "normal" call. This is run, normally, inside a separate thread.