Skip to content
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

sgRNAScorer 2.0 model training script does not work from the command line #11

Open
jakeb1996 opened this issue Oct 20, 2022 · 0 comments · May be fixed by #19
Open

sgRNAScorer 2.0 model training script does not work from the command line #11

jakeb1996 opened this issue Oct 20, 2022 · 0 comments · May be fixed by #19

Comments

@jakeb1996
Copy link
Member

The function main() in this file is intended to be called from the command line but it is not called.

When I run python3.9 trainModel.py then main() should run, but it does not.

Adding the following code to the bottom of the script is a potential solution

if __name__ == '__main__':
    main()
@jakeb1996 jakeb1996 linked a pull request Jan 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant