From 663921a828b9f419a1892edfec190f5e07c6d55a Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Tue, 13 May 2025 15:28:41 +0800 Subject: Correct typo --- Code/slice_TPM_to_JSON.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/slice_TPM_to_JSON.py b/Code/slice_TPM_to_JSON.py index 7509f00..9c9aa87 100644 --- a/Code/slice_TPM_to_JSON.py +++ b/Code/slice_TPM_to_JSON.py @@ -157,7 +157,7 @@ def make_json_file_using_r(dir_name, glb_param_dict): # use r script to make it ## main -param_file = sys.argv[1] # a single prameter file +param_file = sys.argv[1] # a single parameter file glb_param_dict = make_global_param_dict(param_file) #expr_dict = read_matrix_data(glb_param_dict['EXPRESSION_MATRIX']) #make_json_file(expr_dict, JSON_DIR, glb_param_dict) # slower version -- cgit v1.2.1