diff options
-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 |