From 9f913b460cc7f72f1732195e6360c2d45b597d99 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 4 Aug 2021 19:41:47 +0000 Subject: Fixed a cople function calls to use the updated function names --- gn3/computations/rqtl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn3') diff --git a/gn3/computations/rqtl.py b/gn3/computations/rqtl.py index 00e1db9..45cf430 100644 --- a/gn3/computations/rqtl.py +++ b/gn3/computations/rqtl.py @@ -87,8 +87,8 @@ def process_rqtl_pairscan(file_name: str) -> List: """ - figure_data = pairscan_results_for_figure(file_name) - table_data = pairscan_results_for_table(file_name) + figure_data = pairscan_for_figure(file_name) + table_data = pairscan_for_table(file_name) return [figure_data, table_data] -- cgit v1.2.3