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
This gets rid of the error but another one now comes up (switch back to py3.6/pandas0.23 env)
$> deepgoplus --data-root data/data --in-file test_single.fa [master]
Traceback (most recent call last):
File "XXX/bin/deepgoplus", line 42, in<module>
sys.exit(load_entry_point('deepgoplus==1.0.0', 'console_scripts', 'deepgoplus')())
File "XXX/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "XXX/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "XXX/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "XXX/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "XXX/lib/python3.6/site-packages/deepgoplus-1.0.0-py3.6.egg/deepgoplus/main.py", line 63, in main
File "XXX/lib/python3.6/site-packages/pandas/core/frame.py", line 2668, in __getitem__
is_mi_columns = isinstance(self.columns, MultiIndex)
File "XXX/lib/python3.6/site-packages/pandas/core/generic.py", line 4372, in __getattr__
return object.__getattribute__(self, name)
File "pandas/_libs/properties.pyx", line 65, in pandas._libs.properties.AxisProperty.__get__
File "XXX/lib/python3.6/site-packages/pandas/core/generic.py", line 4372, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute '_data'
At this point I gave up. Have the requirements changed but documentation is not updated? Any help would be greatly appreciated, thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there,
first. thanks for making your code accessible, this is very useful.
I run into the problem detailed below when running the example from the README.
OS / python env setup:
requirements.txt
deepgoplus installation:
deepgoplus
repo, on commit c309adedeepgoplus
withDownload data
and unpack into data/data directory.
Get a test sequence from training data
Run
deepgoplus
(here's where the problems start)deepgoplus
:In a different python environment (with
pandas
version 1.0.5)The text was updated successfully, but these errors were encountered: