Skip to content

Running collapse_isoforms_precise.py in a main entry point #314

@andyjslee

Description

@andyjslee

Thank you for developing your tool.

I was wondering if you could make the core logic inside collapse_isoforms_precise.py run inside a main entry point (i.e. move all of the code outside the functions into if __name__ == '__main__':). Depending on how you run FLAIR, I've noticed that the global variables such as isoforms are not accessible inside the worker functions for multiprocessing if you don't provide the main scope.

Thanks!

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