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