Skip to content

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

@jakeb1996

Description

@jakeb1996

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions