saving work in LSHTM_analysis before combining data for targets
This commit is contained in:
parent
8035308cdf
commit
ddae107314
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ arg_parser.add_argument('-H', '--host', help='mCSM Server', default = 'http:/
|
||||||
arg_parser.add_argument('-U', '--url', help='mCSM Server URL', default = 'http://biosig.unimelb.edu.au/mcsm_lig/prediction')
|
arg_parser.add_argument('-U', '--url', help='mCSM Server URL', default = 'http://biosig.unimelb.edu.au/mcsm_lig/prediction')
|
||||||
arg_parser.add_argument('-c', '--chain', help='Chain ID as per PDB, Case sensitive', default = 'A')
|
arg_parser.add_argument('-c', '--chain', help='Chain ID as per PDB, Case sensitive', default = 'A')
|
||||||
arg_parser.add_argument('-l','--ligand', help='Ligand ID as per PDB, Case sensitive. REQUIRED only in "submit" stage', default = None)
|
arg_parser.add_argument('-l','--ligand', help='Ligand ID as per PDB, Case sensitive. REQUIRED only in "submit" stage', default = None)
|
||||||
arg_parser.add_argument('-a','--affinity', help='Affinity in nM. REQUIRED only in "submit" stage', default = 0.99)
|
arg_parser.add_argument('-a','--affinity', help='Affinity in nM. REQUIRED only in "submit" stage', default = 10) #0.99 for pnca, gid, embb. For SP targets (alr,katg, rpob), use 10.
|
||||||
|
|
||||||
arg_parser.add_argument('-pdb','--pdb_file', help = 'PDB File')
|
arg_parser.add_argument('-pdb','--pdb_file', help = 'PDB File')
|
||||||
arg_parser.add_argument('-m','--mutation_file', help = 'Mutation File, mcsm style')
|
arg_parser.add_argument('-m','--mutation_file', help = 'Mutation File, mcsm style')
|
||||||
|
@ -42,8 +42,8 @@ args = arg_parser.parse_args()
|
||||||
#%% variables
|
#%% variables
|
||||||
#host = "http://biosig.unimelb.edu.au"
|
#host = "http://biosig.unimelb.edu.au"
|
||||||
#prediction_url = f"{host}/mcsm_lig/prediction"
|
#prediction_url = f"{host}/mcsm_lig/prediction"
|
||||||
#drug = 'isoniazid'
|
#drug = ''
|
||||||
#gene = 'KatG'
|
#gene = ''
|
||||||
#%%=====================================================================
|
#%%=====================================================================
|
||||||
# Command line options
|
# Command line options
|
||||||
gene = args.gene
|
gene = args.gene
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue