guma44 / GEOparse

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

Fix issue when GEO metadata contains commas #83

Closed alexbarrera closed 4 months ago

alexbarrera commented 4 months ago

Hi there,

I found a bug when the GEO metadata contains "commas", which currently breaks the construction of the metadata data frame. Sharing this easy fix in case others find it useful.

Thanks for such a nice package! Alex

guma44 commented 4 months ago

Thanks!