perslab / CELLEX

CELLEX (CELL-type EXpression-specificity)
GNU General Public License v3.0
36 stars 9 forks source link

quick start tutorial: AttributeError: 'ESObject' object has no attribute 'save' #7

Closed JonThom closed 4 years ago

JonThom commented 4 years ago

Tutorial

Code entered

eso.save(verbose=True)

expected behaviour

save the results to disk

actual behaviour

`--------------------------------------------------------------------------- AttributeError Traceback (most recent call last)

in ----> 1 eso.save(verbose=True) AttributeError: 'ESObject' object has no attribute 'save'`
JonThom commented 4 years ago

(having installed cellex through pip)

JonThom commented 4 years ago

Suggested fix: in quick start tutorial replace eso.save by eso.save_as_csv

tstannius commented 4 years ago

Fixed by @pvtodorov in #6