From 2c291bc68270c0f4046715ed15cec80827c58840 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Wed, 21 Oct 2020 10:01:00 +0800 Subject: update_network.py: make TPM.txt. --- Code/update_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Code/update_network.py') diff --git a/Code/update_network.py b/Code/update_network.py index 3feae6c..415179c 100755 --- a/Code/update_network.py +++ b/Code/update_network.py @@ -639,7 +639,7 @@ if miss_lst != []: # miss_lst is non-empty in the beginning. print('[update_network.py]: make initial TPM.txt ... wait') write_log_file('[update_network.py] Make initial TPM.txt', UPDATE_NETWORK_LOG_FILE) cmd = 'python3 buildRmatrix.py %s' % (PARAMETER_FOR_BUILDRMATRIX) # produce TPM.txt - #os.system(cmd) + os.system(cmd) print('[update_network.py]:IMPORTANT: make sure EXPRESSION_MATRIX in %s was set %s and rerun update_network.py.' % (PARAMETER_FOR_NET, TPM_FILE)) sys.exit() -- cgit v1.2.1