You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to access sample information with pyrefinebio.Sample.get() results in an error at initialization, presumably due to changes in the API return values...
Example interaction:
>>> pyrefinebio.Sample.get("GSM604809")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/josh/.conda/envs/rb-collector/lib/python3.11/site-packages/pyrefinebio/sample.py", line 165, in get
return cls(**response)
^^^^^^^^^^^^^^^
TypeError: Sample.__init__() got an unexpected keyword argument 'genetic_information'
The text was updated successfully, but these errors were encountered:
Trying to access sample information with
pyrefinebio.Sample.get()
results in an error at initialization, presumably due to changes in the API return values...Example interaction:
The text was updated successfully, but these errors were encountered: