diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2025-05-13 15:37:38 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2025-05-13 15:37:38 +0800 |
commit | 1f0f94331fb8fed271b205f6be81fc00d449c3c2 (patch) | |
tree | 16fc796ddc44d30bbe017188fe2e9b4ca910e79f | |
parent | 3d6c828a62da397e5d89a7933c610e2acf34b477 (diff) | |
parent | 663921a828b9f419a1892edfec190f5e07c6d55a (diff) |
Merge branch 'master' of 118.25.96.118:~/BRAINCL
-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 |