-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
173 lines (116 loc) · 3.72 KB
/
config.yaml
File metadata and controls
173 lines (116 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# YAML
################################################################
#NOTE: All paths must be absolute from the input mapped volume #
################################################################
# General options
#################
# varMDsim, varScaffold, drugSearch, or varAnalysis
mode:
#Name of protein system
protein:
#Variant as "wt" or "x###x" - (OPTIONAL for varAnalysis)
variant:
#varResID + varAA override variant field. If one is filled, the other must be filled, or variant field used
#variant residue ID from PDB template
varResID:
#amino acid to change
varAA:
#if Run is on CGC platform, move pdb and log to snp2sim root for processing
cgcRun:
#must be full path!!!
runDIR:
#Overwrite previous run with same protein name.
clean:
# Mode specific options
# varMDsim options
##################
#path to cleaned PDB file (protein structure w/ cannonical aa)
newStruct:
#varTraj simulation length in ns
simLength: .05
#ID for simulation (optional)
simID:
#number of processors to run simulation
simProc:
#output summary PDB trajectory only
singleRun:
#Only generate initial structures, without MD simulation
genStructures:
#Paths to executables. Ignore if using Docker.
#path to VMD executable
VMDpath:
#path to AutoDock Vina executable
VINApath:
#path to NAMD executable
NAMDpath:
#path to autodock tools python executable
PYTHONSHpath:
#path to autodock utilities directory
ADTpath:
# varScaffold
#############
#unique identifier for run
scaffID: pdl_scaff_1
#Use PDB trajectories (possibly from singleCGC runs)
clustPDBtraj:
#pdb trajectory files to import, list one after another
loadPDBtraj:
#Cluster Parameters - follow VMD atomselection format
#Residues to superimpose trajectory
alignmentResidues: backbone and resid 19 to 131
#Residues to consider when clustering trajectory
clusterResidues: backbone and resid 19 20 54 56 66 68 115 116 117 121 122 123 124 125
#use a table of structural features to perform clustering, otherwise use a pairwise distance matrix
featureTableMethod: true
#if mds method used, path to pairwise RMSD table, otherwise automatically generated
PairwiseRMSD:
#create a script that colors the cluster residues in VMD by cluster
colorTrajectory:
# drugSearch
############
#path to PDB file used to create search space to align scaffold
bindingTemplate:
#exhaustiveness parameter of autodock vina
vinaExh:
#path to new binding config file
newBindingConfig:
#Automatically determine the search box based on the
autoSearchSpace:
#list of residues that comprise the search space if autoSearchSpace is true, e.i 22 21 19 103 113 125
searchResidues:
#list of residue numbers in flexible binding pocket, e.i 22 21 19 103 113 125
flexBinding:
#name of snp2sim drug library
drugLibrary:
#path to single drug PDBQT
singleDrug:
#pdb scaffold files to import, list one after another
inputScaff:
#only bind single variant scaffolds
bindSingleVar:
#path to dir with ligand PDBs, which will be converted to drug library
ligandPDB:
#number of times to run the docking simulation, to get an uncertainty measurement of the binding energy
numTrials: 6
# varAnalysis
############
#Variants to be used in variants (must have a results/variant/drugBinding directory with .pdbqt results)
#Format ###AA (### = residue number and AA = variant amino acid) or wt
#must include wt
analysisVariants:
- 53P
- 68L
- 86W
- 94M
- 95R
- 97V
- 115T
- wt
#Analyze results from specific drug libraries
analysisDrugLibrary:
#Analyze results from a specific ligand
analysisDrug:
#Enable if using scaffolding results from old versions of SNP2SIM
legacyScaff:
#Enable if using drugBinding results from custom PDB proteins, and not varScaffold results
customScaff: