diff options
Diffstat (limited to 'scripts/rqtl2/install_phenos.py')
-rw-r--r-- | scripts/rqtl2/install_phenos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rqtl2/install_phenos.py b/scripts/rqtl2/install_phenos.py index b3d445b..4fdf428 100644 --- a/scripts/rqtl2/install_phenos.py +++ b/scripts/rqtl2/install_phenos.py @@ -15,7 +15,7 @@ from scripts.rqtl2.cli_parser import add_common_arguments from r_qtl import r_qtl2 as rqtl2 -from quality_control.parsing import take +from functional_tools import take stderr_handler = logging.StreamHandler(stream=sys.stderr) logger = logging.getLogger("install_phenos") logger.addHandler(stderr_handler) |