saketkc / pysradb

Package for fetching metadata and downloading data from SRA/ENA/GEO
https://saketkc.github.io/pysradb
BSD 3-Clause "New" or "Revised" License
307 stars 50 forks source link

keyerror while checking for a key in kwargs #29

Closed dibyaaaaax closed 4 years ago

dibyaaaaax commented 4 years ago

What I Did

sc=SRAweb()
sc.gse_to_gsm("GSE34438") #no keyword arguments
Traceback (most recent call last):
  File "test_sraweb.py", line 151, in <module>
    sc.gse_to_gsm("GSE34438")
  File "/home/dibya/Documents/new_pysradb/pysradb/pysradb/sraweb.py", line 536, in gse_to_gsm
    if kwargs["detailed"] == True:
KeyError: 'detailed'