Closed vvvieira closed 1 year ago
Hi skapur,
I think in relation whith this I get the error "ImportError: cannot import name 'ExcelTaskIO'" when running reconstruction_pipeline_comparison.py from human_ts_models. It is possible that task.io is not implemented with this function?
python reconstruction_pipeline_comparison.py
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Traceback (most recent call last):
File "reconstruction_pipeline_comparison.py", line 17, in
thank you in advance,
Agatha
Hello Agatha,
Thanks for pointing this out. The scripts you are testing require some features currently in a development version of this tool which we haven't yet released to PyPI. I am no longer actively maintaining the tool so you might have to wait for a proper fix (sorry!)
However, you can make this work by removing the current version of troppo
and installing the latest version using the following commands in your command line/Python environment:
pip remove troppo
pip install git+https://github.com/BioSystemsUM/troppo.git@dev
I also recommend that you do the same for cobamp
:
pip remove cobamp
pip install git+https://github.com/BioSystemsUM/cobamp.git@dev
. Sorry for the inconvenience and I hope this solves it!
I will try it. Thank you!
Missatge de Vítor Vieira @.***> del dia dg., 17 d’oct. 2021 a les 22:44:
Hello Agatha,
Thanks for pointing this out. The scripts you are testing require some features currently in a development version of this tool which we haven't yet released to PyPI. I am no longer actively maintaining the tool so you might have to wait for a proper fix (sorry!)
However, you can make this work by removing the current version of troppo and installing the latest version using the following commands:
- pip remove troppo
- pip install @.***
I also recommend that you do the same for cobamp:
- pip remove cobamp
- pip install @.***
Sorry for the inconvenience and I hope this solves it!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BioSystemsUM/troppo/issues/10#issuecomment-945191734, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQR6EGARQ5ZKIV2MZC3AKDUHMYRZANCNFSM4PJARU3Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
A new reader should be added to the task_io module with the ability to read task lists such as those feature on Human-GEM and HMR.
Ideally this should be generic for any kind of tabular format, but reading directly from XLS(X) files would be nice.