guma44 / GEOparse

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

Am I doin it rong? #69

Open CholoTook opened 3 years ago

CholoTook commented 3 years ago

Sorry for being dumb, but I wondered if you could give me some feedback on my code?

https://gist.github.com/CholoTook/2eaed8009e48e65bc1b1b65111320a59

I always worry that I'm not using the tool 'canonically' or that I've overlooked some simple features.

I'd really appreciate you giving my code a once over and letting me know what I've done wrong.

Huge thanks! Dan.

guma44 commented 3 years ago

Hi, I do not see anything strange in your usage. Actually, the "canonically" changes over time and many tools evolved to be used differently than the intention of the developer. I think this is good. According to Python: "If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck".