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!
Thank you for developing your tool.
I was wondering if you could make the core logic inside
collapse_isoforms_precise.pyrun inside a main entry point (i.e. move all of the code outside the functions intoif __name__ == '__main__':). Depending on how you run FLAIR, I've noticed that the global variables such asisoformsare not accessible inside the worker functions for multiprocessing if you don't provide the main scope.Thanks!