guma44 / GEOparse

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

Add partial arg to parse_GPL and get_GEO. #53 #54

Closed ttyskg closed 5 years ago

ttyskg commented 5 years ago

Issue #53 Add a 'partial' argument to parse_GPL() and get_GEO() to parse GSMs partially from large GPL file. This 'partial' argument is an iterable object containing the GSM accession IDs that you want to parse partially from the GPL.

guma44 commented 5 years ago

There is something wrong with checks - especially with Travis CI. It has some problems with downloads.

ttyskg commented 5 years ago

I modified the part you commented. Although Travis CI failed, my local tests all succeeded.

I'm sorry, I can not determine the cause of the Travis CI failure.

guma44 commented 5 years ago

No problem. This more of the issue with the Travis. I will look into it when I have time but rather later than sooner as the local tests all go well as you noticed.