-
Notifications
You must be signed in to change notification settings - Fork 15
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
Automatic naming of qsartuna-build output if not supplied by user #34
Comments
Thanks for the helpful suggestion @shortydutchie! I incorporated your proposed suggestions into the branch https://github.com/MolecularAI/QSARtuna/tree/3.1.4_prep. It would be great if you could try it and see if it works as you expect. |
Thank you Lewis!
But I forgot - there's a minor issue with this bit (line 211 optbuild.py):
If the path name is supplied by user without a directory it will fail as dirname() returns "", which makedirs() does not like.
Thanks! |
Thanks @shortydutchie, I made some changes and incorporated them into 3.1.4 |
Hi
I'd suggest addition of following to
optbuild.py
so that the best and merged models are named automatically as..._best.pkl
,..._final.pkl
etc. if not supplied by user. That way the results are always written and not lost.Call it right after args = parser.parse_args() as follows:
Thanks!
The text was updated successfully, but these errors were encountered: