Open alvxi opened 2 years ago
Thank you for your comment! I checked this; the issue was related to the latest update (version 0.25.0) provided by cobra. The new cobra function to load mat files is not compatible with the old structures that we had. I have made a new commit to the main ETFL repository. You can fetch the new version, uninstall your current version of ETFL and cobra, and reinstall ETFL with the new requirements. Alternatively, you can just downgrade your cobra package to the version 0.24.0 or older. Just remember if you are using cobra for other projects, it might be better to use docker or anaconda environments to avoid any inconsistency between different versions.
Thank you for the answer! I downgraded cobra to 0.24 and now when I try to run test_small.py it raises another error:
Also tested on windows, and gives the same error.
The issue was solved! Please pull the latest ETFL code.
Hi, running yETFL on ETFL docker container. When I first try to run helper_gen_models_yeast.py, I get the following error:
I can't understand why this happens, so I'm asking what I am doing wrong or if there is an issue with the script.
Thanks in advance