if re.match(r"^COMPND    ", line):
                        part1 = str(line[10:].strip())
                        names.append(part1)