Thanks for all your effort. Great content!
Inside the file drkg.tsv lines 4123208-4123214 contain genes without id info. You might want to delete them or fix them. You can find with regex search for Gene::\t

Also, I see 22 more genes with no id. You can find them with regex search for Gene::\n. For example, you can see them on lines 4122083, 4138986, 4145818, etc...
Thanks for all your effort. Great content!
Inside the file
drkg.tsvlines 4123208-4123214 contain genes without id info. You might want to delete them or fix them. You can find with regex search forGene::\tAlso, I see 22 more genes with no id. You can find them with regex search for
Gene::\n. For example, you can see them on lines 4122083, 4138986, 4145818, etc...