Ejemplo n.º 1
0
def main():
    options = getOptions()
    outputDir = options['dir']
    mkOutputDir(outputDir)
    initLogger(options['logging'])
    control = options['control']
    if control == 'sequential':
        sequential(options)
    elif control == 'parallel':
        parallel(options)
Ejemplo n.º 2
0
def main():
    options = getOptions()
    outputDir = options['dir']
    mkOutputDir(outputDir)
    initLogger(options['logging'])
    control = options['control']
    if control == 'sequential':
        sequential(options)
    elif control == 'parallel':
        parallel(options)
Ejemplo n.º 3
0
def main():
    options = getOptions()
    initLogger(options['logging'])
    referenceDatabase(options)
Ejemplo n.º 4
0
def main():
    options = getOptions()
    initLogger(options['logging'])
    referenceDatabase(options)