saving dynamut and mcsm_na jobs submitted and retrieved
This commit is contained in:
parent
93482df47a
commit
cf0db2a9c0
13 changed files with 32 additions and 119 deletions
|
@ -22,6 +22,7 @@ drug = 'streptomycin'
|
|||
datadir = homedir + '/git/Data'
|
||||
indir = datadir + '/' + drug + '/input'
|
||||
outdir = datadir + '/' + drug + '/output'
|
||||
outdir_mcsm_na = outdir + 'mcsm_na_results'
|
||||
|
||||
my_nuc_type = 'RNA'
|
||||
my_pdb_file = indir + '/gid_complex.pdb'
|
||||
|
@ -43,6 +44,6 @@ submit_mcsm_na(host_url = my_host
|
|||
, mutation_list = my_mutation_list
|
||||
, nuc_type = my_nuc_type
|
||||
, prediction_url = my_prediction_url
|
||||
, output_dir = outdir
|
||||
, output_dir = outdir_mcsm_na
|
||||
, outfile_suffix = my_suffix)
|
||||
#%%#####################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue