broadinstitute / SynerClust

source code for SynerClust
Other
9 stars 4 forks source link

Support for pseudogenes in refseq gff3 files #15

Open tstraub89 opened 4 years ago

tstraub89 commented 4 years ago

In line 196 of FormatAnnotation_external.py, I had to change it to if line[2] == "gene" or line[2] == "pseudogene": Some genes were labeled as pseudogene instead of gene and it was affecting all downstream analysis. I suggest updating the code to something like this to support gff3 files with pseudogenes.