diff options
author | Lan Hui <lanhui@zjnu.edu.cn> | 2025-05-13 15:28:41 +0800 |
---|---|---|
committer | Lan Hui <lanhui@zjnu.edu.cn> | 2025-05-13 15:28:41 +0800 |
commit | 663921a828b9f419a1892edfec190f5e07c6d55a (patch) | |
tree | aca216a60f1008425840cb1a6f4729af5168f8b6 /Code | |
parent | c0df4a63724dd7f862ccd14244e7f3bbe3b3adf7 (diff) |
Correct typo
Diffstat (limited to 'Code')
-rw-r--r-- | Code/slice_TPM_to_JSON.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |