Esempio 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)
Esempio 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)
Esempio n. 3
0
def main():
    options = getOptions()
    initLogger(options['logging'])
    referenceDatabase(options)
def main():
    options = getOptions()
    initLogger(options['logging'])
    referenceDatabase(options)