Esempio n. 1
0
def main():

    global options

    tanimoto = Tanimoto(options.check, options.verbose)

    tanimoto.import_data(options.drugs_file, options.targets_file)

    tanimoto.output_sim_score(options.outfile, options.extra_outfiles)