sunmitting mcsm_na jobs manually
This commit is contained in:
parent
3925c4fd29
commit
c02a55c167
2 changed files with 6 additions and 14 deletions
|
@ -21,9 +21,8 @@ datadir = homedir + '/git/Data'
|
||||||
indir = datadir + '/' + drug + '/input'
|
indir = datadir + '/' + drug + '/input'
|
||||||
outdir = datadir + '/' + drug + '/output'
|
outdir = datadir + '/' + drug + '/output'
|
||||||
|
|
||||||
# batch 1: 00.txt
|
|
||||||
my_url_file = outdir + '/mcsm_na_temp/mcsm_na_result_url_gid_b1.txt'
|
|
||||||
my_suffix = 'gid_b1'
|
|
||||||
|
|
||||||
#==========================
|
#==========================
|
||||||
# CALL: get_results()
|
# CALL: get_results()
|
||||||
|
|
|
@ -25,17 +25,10 @@ outdir = datadir + '/' + drug + '/output'
|
||||||
|
|
||||||
my_nuc_type = 'RNA'
|
my_nuc_type = 'RNA'
|
||||||
my_pdb_file = indir + '/gid_complex.pdb'
|
my_pdb_file = indir + '/gid_complex.pdb'
|
||||||
|
#=============================================================================
|
||||||
# batch 1: 00.txt: # RAN: 11 Feb, ~17:37, RETRIEVED: 15 Feb~ 12:18
|
# batch 6: 05.txt # RAN: 15 Feb: 16:43
|
||||||
#my_mutation_list = outdir + '/snp_batches/20/snp_batch_00.txt'
|
my_mutation_list = outdir + '/snp_batches/20/snp_batch_05.txt'
|
||||||
#my_suffix = 'gid_b1'
|
my_suffix = 'gid_b6'
|
||||||
|
|
||||||
|
|
||||||
# batch 2: 01.txt
|
|
||||||
my_mutation_list = outdir + '/snp_batches/20/snp_batch_01.txt'
|
|
||||||
my_suffix = 'gid_b2'
|
|
||||||
# RAN: 15 Feb: 12:18
|
|
||||||
|
|
||||||
#==========================
|
#==========================
|
||||||
# CALL: submit_mcsm_na()
|
# CALL: submit_mcsm_na()
|
||||||
# Data: gid+streptomycin
|
# Data: gid+streptomycin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue