summaryrefslogtreecommitdiff
path: root/Code/update_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/update_network.py')
-rwxr-xr-xCode/update_network.py2
1 files changed, 1 insertions, 1 deletions
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()