guma44 / GEOparse

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

wrong name in parse_GSE #31

Closed eric6356 closed 6 years ago

eric6356 commented 6 years ago

parse_GSE will return a GSE object with wrong name

guma44 commented 6 years ago

I see it. I am afraid this could affect all other functions ie. parse_*. I would have to check it. Do you have a meaningful example? If not I will come up with something to test it.

guma44 commented 6 years ago

A will leave it open until I create test cases and check other functions.