aboutsummaryrefslogtreecommitdiff
path: root/gn3/computations/rqtl.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/computations/rqtl.py')
-rw-r--r--gn3/computations/rqtl.py4
1 files changed, 2 insertions, 2 deletions
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]