update dynamic loading of genotype coding function/module to use importlib
Opened this issue · 0 comments
tomkinsc commented
The python module imp
will be deprecated in favor of importlib
. Dynamic loading in scans.py should be updated to use importlib
. Example usage: