code to retrieve results from batch 4 and 5 once ready

This commit is contained in:
Tanushree Tunstall 2021-02-19 12:09:26 +00:00
parent f9249d7bf2
commit 2995299179
2 changed files with 12 additions and 5 deletions

View file

@ -24,10 +24,13 @@ indir = datadir + '/' + drug + '/input'
outdir = datadir + '/' + drug + '/output'
#==============================================================================
# batch 3: 02.txt, # RETRIEVED 18 Feb
my_url_file = outdir + '/dynamut_temp/dynamut_result_url_gid_b3.txt'
my_suffix = 'gid_b3'
# batch 4: 03.txt, # RETRIEVED
my_url_file = outdir + '/dynamut_temp/dynamut_result_url_gid_b4.txt'
my_suffix = 'gid_b4'
# batch 5: 04.txt, # RETRIEVED
#my_url_file = outdir + '/dynamut_temp/dynamut_result_url_gid_b5.txt'
#my_suffix = 'gid_b5'
#==============================================================================
#==========================

View file

@ -29,9 +29,13 @@ my_email = 'tanushree.tunstall@lshtm.ac.uk'
my_pdb_file = indir + '/gid_complex.pdb'
#==============================================================================
# batch 4: 03.txt, # RAN: 18 Feb, ~11:19
#my_mutation_list = outdir + '/snp_batches/50/snp_batch_03.txt'
#my_suffix = 'gid_b4'
# batch 5: 04.txt, # RAN: 18 Feb, ~11:21
my_mutation_list = outdir + '/snp_batches/50/snp_batch_04.txt'
my_suffix = 'gid_b5'
#my_mutation_list = outdir + '/snp_batches/50/snp_batch_04.txt'
#my_suffix = 'gid_b5'
#==============================================================================
#==========================