Go to the source code of this file.
Namespaces | |
namespace | associate |
Functions | |
def | associate.associate |
def | associate.read_file_list |
Variables | |
tuple | associate.args = parser.parse_args() |
tuple | associate.first_list = read_file_list(args.first_file) |
tuple | associate.matches = associate(first_list, second_list,float(args.offset),float(args.max_difference)) |
tuple | associate.parser |
tuple | associate.second_list = read_file_list(args.second_file) |