diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2019-12-07 09:58:54 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2019-12-07 09:58:54 +0800 |
commit | e7f996c480b3be437794041077b297f3e9ddc1bb (patch) | |
tree | 1d54ee18eb55627a648ecf3964ac385fa3e0550d /Code/update_network.py | |
parent | 33da62c9fe9aebe1f28d89bcb58ea2c0390db00d (diff) |
create backup_files.py for backing up files
Define a function copy_and_backup_file(src_file, dest_dir) to do backup and compression work.
The function copy_and_backup_file is used in update_network_by_force.py.
-Hui
Diffstat (limited to 'Code/update_network.py')
-rwxr-xr-x | Code/update_network.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Code/update_network.py b/Code/update_network.py index e29eac1..f65b3ba 100755 --- a/Code/update_network.py +++ b/Code/update_network.py @@ -593,6 +593,7 @@ def check_rnaseq_info(): # sys.exit() + FILE_LIST_TO_CHECK = [PARAMETER_FOR_BUILDCMATRIX, PARAMETER_FOR_BUILDRMATRIX, PARAMETER_FOR_NET, \ MERGED_EDGE_FILE, BINDING_FILE, TPM_FILE] # a list of very important files |