-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement scoring matrix downloading process #5
Conversation
Thanks @clonder! I will have a look. |
Hey, @clonder! Thank you for working on Kinex! I tested the changes you made and encountered some errors: Consider adding "requests" to dependencies in After I install the "requests" package I get the following: Here is a link to how the [project.urls] are used: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls |
Thank you for reviewing this package. I’ve added resources to the dependencies—sorry for the inconvenience. I was initially testing this within the same directory, so the We can use resources also, I’ve updated it to use the configuration files as per this commit. Thanks again for your feedback! |
Hey @clonder! All good, it works now. Could you change the documentation in |
Sure! |
thank you both! |
Automatic Downloading: Matrix files are automatically downloaded if missing, ensuring up-to-date resources.
Caching: Downloaded files are cached locally, reducing redundant downloads and improving performance.