-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functions in rba/estim seem outdated #7
Comments
Hello michael. Thanks for pointing out the problem. We will try to fix the problem quickly. |
I recently went through the procedure of k_app estimation using the functions in RBA estim and got it to work with some modifications. I just post here some suggestions what could be improved, from my experience.
|
Thank you for indicating the issues and for your helpful comments. I am working on an overhaul of this package. |
I tried to perform the
protein_per_compartment.py
analysis and made a custom config file and tables with input data. However, already loading the script inpython3
produces a lot of errors. I got many indentation errors but also syntax errors for functions that seem outdated in python3?Also, in contrast to the main RBApy package these scripts seem not that well maintained/organised. For example, the configuration file needs to be in the same folder
rba/estim/
as the RBApy source code. It would be better to keep input data and source code seaparated.Maybe we can fix this somehow? I would help if I can.
The text was updated successfully, but these errors were encountered: