Hi,
I just cloned the repo and ran the script. It then complained about something that is already in the list:
update-gene2product.py Gene2Products.new-names-passed.txt
Product too long: SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related
Traceback (most recent call last):
File "./update-gene2product.py", line 38, in <module>
product = raw_input("Product for %s: " % name)
NameError: name 'raw_input' is not defined
Removing that particular line fixes it. Is there a hard product length limit for NCBI?
Cheers