-
Notifications
You must be signed in to change notification settings - Fork 0
update ms script #16
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
update ms script #16
Conversation
stevenhwu
commented
Jul 17, 2025
- update get_data script
- Merge run_prediciton script
- updateing config and toml
- update pyproject, move to hatchling
- Remove duplicate -i/--input
- rename model options `prob` -> `logistic`
Error when running biopathpred without any paramaters
```
File "/home/steven/.conda/envs/biopathpred/lib/python3.11/site-packages/biopathpred/cli.py", line 368, in main
config = Configuration(args)
....
TypeError: expected str, bytes or os.PathLike object, not NoneType
```
|
@yehzx Update for MS and release Can you please double check Duplicate code, with |
Probably legacy code, I don't remember any specific purposes to put it there. |
|
Feel free to merge this branch if you have finished the cleanup and checks. One of the tests had some string sorting issues that seemed to occur only in the Github workflow but not on Windows or WSL. |