guma44 / GEOparse

Python library to access Gene Expression Omnibus Database (GEO)
BSD 3-Clause "New" or "Revised" License
137 stars 51 forks source link

Some GEO platforms have errors in their annotations and this edit gets around 2 of those platforms #15

Closed KwatMDPhD closed 7 years ago

KwatMDPhD commented 7 years ago

Some GEO platforms have errors in their annotations and this edit gets around 2 of those platforms. I edited with a rush to move my project forward - sorry for the ugliness: but it works. I recommend making a general workaround for this issue.

Thanks

guma44 commented 7 years ago

Hi, Thanks for pull request. There are several issues however. You probably use some kind of a beautifier (automatic) that's changes the code in places that are not intended to be changed. I would switch it off and introduce only changes that are neccessary and transparent. The commits are too specific for two special cases. I will take a look at them and see if I can make some generalizations. Thus the commit cannot be merged in the state it is now.