guma44 / GEOparse

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

Can you read XML files with this tool? #61

Closed jolespin closed 4 years ago

jolespin commented 4 years ago

I'm trying to read in the XML file for the metadata and stumbled across this package. Do you recommend a good way to do this?

guma44 commented 4 years ago

Hi, No, it is not possible. You probably can use any XML reader from python eg. here you have how to use ElementTree.